bison: update to 3.7.6

This commit is contained in:
Juergen Daubert 2021-03-10 10:08:28 +01:00
parent d08df1fe51
commit 93639cd0f9
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqhCczUa/YXFKz1/6uVlHA7KQK/25iUxisWLkox0BnON2pXTkEv2gjPSqmEt+574IuaMbop8lM1Odti/tK+onCAc=
SHA256 (Pkgfile) = 0f760b6c01d6b7ad599c97dff7a3c29a17534914c2de9c5d504818c20b144167
RWRJc1FUaeVeqsoETV4Ktpg5auy8RugFSniyg9anOp5Hd4ZU0j36cxrS6LjMyEYxzrsbyxZIJlx2iQoy8/SCd0H6RJ4wb6YS/go=
SHA256 (Pkgfile) = 4572f62f8429b8929a19e314f75d05e99fc4453624183012858aa54cc0ed67fb
SHA256 (.footprint) = 64194b95f8bc492ef2d9a4e44520a3ad4f9958bbe275f59957c512b52e85a124
SHA256 (bison-3.7.5.tar.xz) = e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab
SHA256 (bison-3.7.6.tar.xz) = 67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf

View File

@ -1,18 +1,18 @@
# Description: The GNU Project parser generator
# URL: https://www.gnu.org/software/bison/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: gettext
# URL: https://www.gnu.org/software/bison/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: gettext
name=bison
version=3.7.5
version=3.7.6
release=1
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt}
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt}
}