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