new package:

- add flex
This commit is contained in:
Stephan Raue 2009-11-16 16:31:46 +01:00
parent daf4ae8b2b
commit 09ed660c26
2 changed files with 22 additions and 0 deletions

21
packages/devel/flex/build Executable file
View File

@ -0,0 +1,21 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
--disable-static \
--enable-shared \
make
$MAKEINSTALL

1
packages/devel/flex/url Normal file
View File

@ -0,0 +1 @@
http://downloads.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.bz2