core/bison/Pkgfile

18 lines
451 B
Plaintext
Raw Permalink 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
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}
2019-05-23 17:35:56 +02:00
rm $PKG/usr/share/bison/README.md
2006-02-23 16:26:10 +01:00
}