From 13b9424f1e4a6707711c16f3ed3655ae525dff7c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Oct 2008 09:42:10 +0200 Subject: [PATCH] Added bison-2.3 template (aka GNU yacc). --HG-- extra : convert_revision : ecc26d3e35cf8040d1eeeb815483874acc45a4aa --- dependencies/build-depends.db | Bin 19456 -> 19456 bytes templates/bison.tmpl | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100755 templates/bison.tmpl diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index 08e249abc590c5457281334c1b9a178281fc634c..6cf9df73ebd292ec0531902cc575b2704d10ce47 100644 GIT binary patch delta 153 zcmZpe!Pqc^af5(@pb~=x!wbeY3?htcfUF9}h{=jF;*&3MuxKSS06}hkUOq!kW>Q6Q zPKmCeo}r$Ri9%*_sji8hfkHY^T-Qj?&|>l(DNCO8lEfmQ3L^uCM1{?(6;cKH6&Ox1 yJYl%P$iujS@dSeh(BSfk21b(w1X)D5KxQXp7U$(56Ck|8$iujS O(E}nAu=$CRj3fYQq!Wt( diff --git a/templates/bison.tmpl b/templates/bison.tmpl new file mode 100755 index 0000000000..c474581466 --- /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."