mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Updated bison to 2.4.3, this required adding in the recent gnulib patch to binary-io.h from Eric Blake.
This commit is contained in:
25
sys-devel/bison/bison-2.4.3.bep
Normal file
25
sys-devel/bison/bison-2.4.3.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
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.3.tar.gz"
|
||||
CHECKSUM_MD5="ea45c778b36bdc7a720096819e292a73"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd bison-2.4.3
|
||||
./configure --prefix=/boot/common --disable-nls
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd bison-2.4.3
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd bison-2.4.3
|
||||
make check
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1992-2010 Free Software Foundation, Inc."
|
||||
Reference in New Issue
Block a user