summaryrefslogtreecommitdiffstats
path: root/recipes/flex/flex.inc
blob: a61ad1ee952faef06665501df65d8774bb985147 (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 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"