aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flex/flex.inc
blob: 048b3cb47d3752ec5672781fc16a3375e7fde6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
SECTION = "devel"
LICENSE = "BSD"

SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-2.5.31.tar.bz2 \
           file://flex-lvalue.diff;patch=1 \
           file://fix-gen.patch;patch=1"
S = "${WORKDIR}/flex-${PV}"

inherit autotools