diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 08e249abc59..6cf9df73ebd 100644 Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ diff --git a/templates/bison.tmpl b/templates/bison.tmpl new file mode 100755 index 00000000000..c474581466f --- /dev/null +++ b/templates/bison.tmpl @@ -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 " +checksum=c6a116d6b763fad3f4df6e303943e09ed080cb26 +long_desc=" + Bison is the GNU replacement for yacc(1). Some programs depend on + extensions present in Bison."