bison: updated to 2.4.1.
This commit is contained in:
parent
dec30a91ce
commit
49925fed6a
@ -7,16 +7,29 @@ drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/bison.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/yacc.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/bison-i18n.m4
|
||||
drwxr-xr-x root/root usr/share/bison/
|
||||
-rw-r--r-- root/root usr/share/bison/bison.m4
|
||||
-rw-r--r-- root/root usr/share/bison/c++-skel.m4
|
||||
-rw-r--r-- root/root usr/share/bison/c++.m4
|
||||
-rw-r--r-- root/root usr/share/bison/c-skel.m4
|
||||
-rw-r--r-- root/root usr/share/bison/c.m4
|
||||
-rw-r--r-- root/root usr/share/bison/glr.c
|
||||
-rw-r--r-- root/root usr/share/bison/glr.cc
|
||||
-rw-r--r-- root/root usr/share/bison/java-skel.m4
|
||||
-rw-r--r-- root/root usr/share/bison/java.m4
|
||||
-rw-r--r-- root/root usr/share/bison/lalr1.cc
|
||||
-rw-r--r-- root/root usr/share/bison/lalr1.java
|
||||
-rw-r--r-- root/root usr/share/bison/location.cc
|
||||
drwxr-xr-x root/root usr/share/bison/m4sugar/
|
||||
-rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4
|
||||
-rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4
|
||||
drwxr-xr-x root/root usr/share/bison/xslt/
|
||||
-rw-r--r-- root/root usr/share/bison/xslt/bison.xsl
|
||||
-rw-r--r-- root/root usr/share/bison/xslt/xml2dot.xsl
|
||||
-rw-r--r-- root/root usr/share/bison/xslt/xml2text.xsl
|
||||
-rw-r--r-- root/root usr/share/bison/xslt/xml2xhtml.xsl
|
||||
-rw-r--r-- root/root usr/share/bison/yacc.c
|
||||
|
@ -1 +1 @@
|
||||
c18640c6ec31a169d351e3117ecce3ec bison-2.3.tar.bz2
|
||||
84e80a2a192c1a4c02d43fbf2bcc4ca4 bison-2.4.1.tar.bz2
|
||||
|
@ -3,16 +3,16 @@
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=bison
|
||||
version=2.3
|
||||
release=2
|
||||
version=2.4.1
|
||||
release=1
|
||||
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
./configure --prefix=/usr --mandir=/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/info
|
||||
rm -rf $PKG/usr/share/info
|
||||
rm $PKG/usr/share/bison/README
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user