summaryrefslogtreecommitdiff
path: root/flex/flex-native_2.5.31.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-25 10:15:59 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-25 10:15:59 +0000
commit7490eff9507da73c32f7da1902ff48b1d595304f (patch)
treef90d0b03e85844a297a51cacf58c9f4cc501f8d3 /flex/flex-native_2.5.31.oe
parent0f57d974a0e204eefe27983e54fd810b69b4caf9 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/08/25 12:15:49+02:00 uni-frankfurt.de!mickey flex-native: install flex.a into staging BKrev: 412c66dfRJfe556G1Dhyv361V1G0Rw
Diffstat (limited to 'flex/flex-native_2.5.31.oe')
-rw-r--r--flex/flex-native_2.5.31.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/flex/flex-native_2.5.31.oe b/flex/flex-native_2.5.31.oe
index e69de29bb2..764f577248 100644
--- a/flex/flex-native_2.5.31.oe
+++ b/flex/flex-native_2.5.31.oe
@@ -0,0 +1,14 @@
+DESCRIPTION = "Flex is a tool for generating programs that recognize lexical patterns in text."
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lex/flex-${PV}.tar.bz2"
+S = "${WORKDIR}/flex-${PV}"
+
+inherit native autotools
+
+do_stage () {
+ install -m 0755 flex ${STAGING_BINDIR}
+ oe_libinstall -a libfl ${STAGING_LIBDIR}
+ ln -sf ./flex ${STAGING_BINDIR}/flex++
+ ln -sf ./lex ${STAGING_BINDIR}/lex
+}