mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial checkin of .bep files for bison. Moved patches to patches folder, so that haikuporter works correctly
This commit is contained in:
17
sys-devel/bison/bison-2.4.bep
Normal file
17
sys-devel/bison/bison-2.4.bep
Normal 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.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd bison-2.4
|
||||
./configure --prefix=/boot/common --disable-nls
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd bison-2.4
|
||||
make install
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user