From 30d22eb1316703a8c5e0a7da49b56f7dc266e617 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 16 Oct 2003 18:56:04 +0000 Subject: Add flex and gpm staging bits -- working to get links building. BKrev: 3f8ee9c4LNE8LA97re6C4GXW9XF23g --- flex/flex_2.5.31.oe | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flex') diff --git a/flex/flex_2.5.31.oe b/flex/flex_2.5.31.oe index e69de29bb2..370fa0e959 100644 --- a/flex/flex_2.5.31.oe +++ b/flex/flex_2.5.31.oe @@ -0,0 +1,12 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/lex/flex-2.5.31.tar.bz2 \ + file://${FILESDIR}/include.patch;patch=1 + +inherit autotools + +do_stage () { + install -m 0644 libfl.a ${STAGING_LIBDIR}/ + install -m 0644 FlexLexer.h ${STAGING_DIR}/target/include/ +} -- cgit v1.2.3