milis/talimatname/temel/gawk/talimat

23 lines
411 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: The Gawk package contains programs for manipulating text files.
# URL: http://www.gnu.org/software/gawk/
# Paketçi: milisarge@gmail.com
# Gerekler:
isim=gawk
surum=4.1.3
devir=1
kaynak=(http://ftp.gnu.org/gnu/gawk/gawk-$surum.tar.xz)
derle() {
cd gawk-$surum
./configure --prefix=/usr
make
# Some checks fails
make check || true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}