milis/talimatname/temel/bison/talimat

23 lines
468 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bison paketi bir ayrıştırıcı üreteci içerir
# URL: http://www.gnu.org/software/bison/
# Paketçi: milisarge
# Gerekler:
# Grup: temel
isim=bison
surum=3.0.4
devir=2
kaynak=(http://ftp.gnu.org/gnu/bison/bison-$surum.tar.xz)
derle(){
cd bison-$surum
./configure --prefix=/usr \
--docdir=/usr/share/doc/$isim-$surum
make
make check||true
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info $PKG/usr/share/doc/
rm $PKG/usr/share/bison/README
}