mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
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"
|
|
CHECKSUM_MD5="2b9b088b46271c7fa902a7e85f503e1e"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd bison-2.4
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-nls
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd bison-2.4
|
|
make install
|
|
make check
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1992-2008 Free Software Foundation, Inc."
|