2008-10-14 07:42:10 +00:00
|
|
|
# Template build file for 'bison'.
|
|
|
|
pkgname=bison
|
2011-05-16 19:33:42 +00:00
|
|
|
version=2.5
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-01-12 06:42:57 +00:00
|
|
|
revision=2
|
2008-10-14 07:42:10 +00:00
|
|
|
short_desc="GNU yacc(1) replacement"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-16 19:33:42 +00:00
|
|
|
checksum=0a370df6ee2b23e9ec3043e1ab78878241aa008ec424926294dd4cb3475439b8
|
2008-10-14 07:42:10 +00:00
|
|
|
long_desc="
|
|
|
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
|
|
|
extensions present in Bison."
|
2008-10-21 23:53:04 +00:00
|
|
|
|
2012-02-28 21:22:19 +00:00
|
|
|
Add_dependency run m4
|
2012-01-12 06:42:57 +00:00
|
|
|
|
2012-02-28 17:50:34 +00:00
|
|
|
pre_configure() {
|
2012-01-12 06:42:57 +00:00
|
|
|
echo '#define YYENABLE_NLS 1' >> lib/config.h
|
|
|
|
}
|