blob: a1b3f99c72dc60adfb33436fe33c0f5e6d277bab (
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."
SECTION = "devel"
LICENSE = "BSD"
DEPENDS = "gettext"
S = "${WORKDIR}/flex-${PV}"
inherit autotools
# >> flex-2.5.31-r4: /usr/lib/libfl.a
# That one is a special case: it wants to stay in the main flex package,
# since flex itself is a development tool. I'm not sure why it is a
# static-only library; that might be an error
FILES_${PN} += "${libdir}/libfl.a"
|