Initial .bep file for flex, marked as broken for now as haikuporter doesn't seem to be able to download it.

This commit is contained in:
Scott McCreary
2010-03-10 01:45:16 +00:00
parent 2828b97e4c
commit 02e404b369

View File

@@ -0,0 +1,18 @@
DESCRIPTION="Flex is a tool for generating scanners."
HOMEPAGE="http://flex.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/project/flex/flex/flex-2.5.35/flex-2.5.35.tar.bz2?use_mirror=superb-sea2"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="10714e50cea54dc7a227e3eddcd44d57"
BUILD {
cd flex-2.5.35
automake --add-missing --force-missing
./configure --prefix=/boot/common
make
}
INSTALL {
cd flex-2.5.35
make install
}