2008-10-14 07:42:10 +00:00
|
|
|
# Template build file for 'bison'.
|
|
|
|
pkgname=bison
|
2009-02-19 00:10:26 +00:00
|
|
|
version=2.4.1
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2"
|
2008-10-14 07:42:10 +00:00
|
|
|
build_style=gnu_configure
|
2008-10-25 02:45:28 +00:00
|
|
|
configure_env="ac_cv_path_M4=/usr/bin/m4"
|
2009-03-18 02:25:42 +00:00
|
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
2008-10-14 07:42:10 +00:00
|
|
|
short_desc="GNU yacc(1) replacement"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-19 00:10:26 +00:00
|
|
|
checksum=2354469782149e36c644ae7c3e5105895424ed21cda5c05b591cb3dc17068e6b
|
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
|
|
|
|
2009-02-25 05:15:20 +00:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full m4
|