blob: 49b26e8b6121e3cffe23a83c1ffc32a63e8b4e24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
SECTION = "devel"
LICENSE = "BSD"
DEPENDS = "gettext"
INC_PR = "r5"
S = "${WORKDIR}/flex-${PV}"
inherit autotools gettext
# >> 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"
|