diff --git a/srcpkgs/bison25/bison25.rshlibs b/srcpkgs/bison25/bison25.rshlibs new file mode 100644 index 0000000000..631aa1dda4 --- /dev/null +++ b/srcpkgs/bison25/bison25.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/bison25/template b/srcpkgs/bison25/template new file mode 100644 index 0000000000..71927cc4a8 --- /dev/null +++ b/srcpkgs/bison25/template @@ -0,0 +1,18 @@ +# Template build file for 'bison25'. +pkgname=bison25 +version=2.5.1 +revision=1 +wrksrc="bison-$version" +build_style=gnu-configure +depends="m4" +provides="bison-$version" +conflicts="bison>=0" +short_desc="GNU yacc(1) replacement" +maintainer="Juan RP " +homepage="http://www.gnu.org/software/bison/bison.html" +license="GPL-3" +distfiles="http://ftp.gnu.org/pub/gnu/bison/bison-$version.tar.xz" +checksum=fec90caed650270484955ba6ee73ddb01186608799a27fcaaf868e5274c030d8 +long_desc=" + Bison is the GNU replacement for yacc(1). Some programs depend on + extensions present in Bison."