core/bison/Pkgfile

18 lines
476 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The GNU Project parser generator
# URL: http://www.gnu.org/software/bison/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=bison
2019-05-23 17:35:56 +02:00
version=3.4.1
2019-06-29 13:14:37 +02:00
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2018-10-31 16:28:14 +01:00
rm -r $PKG/usr/share/{doc,info}
2019-06-29 13:14:37 +02:00
rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt}
2006-02-23 16:26:10 +01:00
}