bison: update to 2.5.1.

This commit is contained in:
Juan RP 2012-06-06 21:29:38 +02:00
parent 189dee641a
commit f882a8c751

View file

@ -1,18 +1,19 @@
# Template build file for 'bison'. # Template build file for 'bison'.
pkgname=bison pkgname=bison
version=2.5 version=2.5.1
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2" revision=1
build_style=gnu-configure build_style=gnu-configure
revision=2
depends="m4" depends="m4"
short_desc="GNU yacc(1) replacement" short_desc="GNU yacc(1) replacement"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0a370df6ee2b23e9ec3043e1ab78878241aa008ec424926294dd4cb3475439b8 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=fec90caed650270484955ba6ee73ddb01186608799a27fcaaf868e5274c030d8
long_desc=" long_desc="
Bison is the GNU replacement for yacc(1). Some programs depend on Bison is the GNU replacement for yacc(1). Some programs depend on
extensions present in Bison." extensions present in Bison."
pre_configure() { pre_configure() {
echo '#define YYENABLE_NLS 1' >> lib/config.h echo '#define YYENABLE_NLS 1' >> lib/config.h
} }