bison: update to 2.6.1.

This commit is contained in:
Juan RP 2012-07-31 06:58:36 +02:00
parent 77d92b9eb0
commit 2495210720
1 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'bison'. # Template build file for 'bison'.
pkgname=bison pkgname=bison
version=2.6 version=2.6.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
depends="m4" depends="m4"
@ -9,11 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/bison/bison.html" homepage="http://www.gnu.org/software/bison/bison.html"
license="GPL-3" license="GPL-3"
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz" distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.xz"
checksum=6dde6668484acb66267c74174f0cf850bd1be01f6e94850b9bd86ea2046a87a1 checksum=06f190bbfa553694a41c6832af1e308fd37d69fc180224b6474c22bea6db3a79
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() {
echo '#define YYENABLE_NLS 1' >> lib/config.h
}