core/bison/Pkgfile

18 lines
448 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-02-04 08:56:56 +01:00
version=3.3.2
2018-05-30 10:20:21 +02:00
release=1
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}
2006-09-24 11:50:23 +02:00
rm $PKG/usr/share/bison/README
2006-02-23 16:26:10 +01:00
}