blob: c34f617a35892b5d148b3d2242538578684e6339 (
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 = "BSD"
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}/
}
|