Added bison-2.3 template (aka GNU yacc).

--HG--
extra : convert_revision : ecc26d3e35cf8040d1eeeb815483874acc45a4aa
This commit is contained in:
Juan RP 2008-10-14 09:42:10 +02:00
parent f04af04cb0
commit 13b9424f1e
2 changed files with 12 additions and 0 deletions

Binary file not shown.

12
templates/bison.tmpl Executable file
View File

@ -0,0 +1,12 @@
# Template build file for 'bison'.
pkgname=bison
version=2.3
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
short_desc="GNU yacc(1) replacement"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c6a116d6b763fad3f4df6e303943e09ed080cb26
long_desc="
Bison is the GNU replacement for yacc(1). Some programs depend on
extensions present in Bison."