Files
haikuports/sys-devel/bison/bison-2.4.1.bep

18 lines
354 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.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
}