aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex/flex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/flex/flex.inc')
-rw-r--r--recipes/flex/flex.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc
new file mode 100644
index 0000000000..048b3cb47d
--- /dev/null
+++ b/recipes/flex/flex.inc
@@ -0,0 +1,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
+