44ff05561a
--HG-- extra : convert_revision : 41c1c85ac518736e55359e0ef640b65a902225d8
16 lines
584 B
Text
16 lines
584 B
Text
# Template build file for 'bison'.
|
|
pkgname=bison
|
|
version=2.4.1
|
|
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_env="ac_cv_path_M4=/usr/bin/m4"
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
|
|
short_desc="GNU yacc(1) replacement"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2354469782149e36c644ae7c3e5105895424ed21cda5c05b591cb3dc17068e6b
|
|
long_desc="
|
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
|
extensions present in Bison."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full m4
|