mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Initial .bep for re2c, will not work on GCC2, may work on GCC$ but untested.
This commit is contained in:
29
dev-util/re2c/re2c-0.13.5.bep
Normal file
29
dev-util/re2c/re2c-0.13.5.bep
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION="tool for generating C-based recognizers from regular expressions"
|
||||
HOMEPAGE="http://re2c.org"
|
||||
SRC_URI="http://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/download"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
CHECKSUM_MD5="4a97d8f77ed6d2c76c8bd840a43f5633"
|
||||
BUILD {
|
||||
cd re2c-0.13.5
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd re2c-0.13.5
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd re2c-0.13.5
|
||||
# make test
|
||||
# make check
|
||||
}
|
||||
|
||||
#LICENSE="Public Domain"
|
||||
#COPYRIGHT
|
||||
#Written by 2003 Peter Bumbulis, currently maintained by Dan Nuffer, Marcus Boerger and Hartmut Kaiser
|
||||
|
||||
Reference in New Issue
Block a user