blob: 9c8317b11108359fa64218eaa1441d7c5f3f0f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Flex is a tool for generating programs \
that recognize lexical patterns in text."
HOMEPAGE = "http://www.gnu.org/software/flex/"
LICENSE = "GPL"
SECTION = "devel"
PRIORITY = "optional"
SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2 \
file://include.patch;patch=1"
inherit autotools
do_stage () {
oe_libinstall -a libfl ${STAGING_LIBDIR}
install -m 0644 FlexLexer.h ${STAGING_INCDIR}/
}
|