milis/talimatname/temel/bison/talimat

22 lines
469 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: The Bison package contains a parser generator
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/software/bison/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler:
2016-02-24 01:27:23 +01:00
name=bison
version=3.0.4
release=2
source=(http://ftp.gnu.org/gnu/bison/bison-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle(){
2017-10-27 21:56:50 +02:00
cd bison-$version
./configure --prefix=/usr \
--docdir=/usr/share/doc/$name-$version
make
make check||true
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info $PKG/usr/share/doc/
rm $PKG/usr/share/bison/README
2016-02-24 01:27:23 +01:00
}