mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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:
18
sys-devel/flex/flex-2.5.35.bep
Normal file
18
sys-devel/flex/flex-2.5.35.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user