Initial checkin of .bep files for bison. Moved patches to patches folder, so that haikuporter works correctly

This commit is contained in:
Scott McCreary
2009-10-12 19:51:24 +00:00
parent bc01e05dd2
commit ee60ff9637
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="bison - A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
SRC_URI="http://ftp.gnu.org/gnu/bison/bison-2.4.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd bison-2.4.1
./configure --prefix=/boot/common --disable-nls
make
}
INSTALL {
cd bison-2.4.1
make install
make check
}