19 lines
583 B
Text
19 lines
583 B
Text
# Template build file for 'bison'.
|
|
pkgname=bison
|
|
version=2.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
depends="m4"
|
|
short_desc="GNU yacc(1) replacement"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnu.org/software/bison/bison.html"
|
|
license="GPL-3"
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz"
|
|
checksum=6dde6668484acb66267c74174f0cf850bd1be01f6e94850b9bd86ea2046a87a1
|
|
long_desc="
|
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
|
extensions present in Bison."
|
|
|
|
pre_configure() {
|
|
echo '#define YYENABLE_NLS 1' >> lib/config.h
|
|
}
|