b3a6d347ca0ddd46eb6268a05ffcf070557a39d0
[vuplus_openembedded] / flex / flex_2.5.31.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Flex is a tool for generating programs \
4 that recognize lexical patterns in text."
5
6 SRC_URI = ${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2 \
7           file://${FILESDIR}/include.patch;patch=1
8
9 inherit autotools
10
11 do_stage () {
12         install -m 0644 libfl.a ${STAGING_LIBDIR}/
13         install -m 0644 FlexLexer.h ${STAGING_DIR}/target/include/
14 }