milis/talimatname/temel/gawk/talimat

23 lines
411 B
Text
Raw Normal View History

2017-10-27 22:56:50 +03:00
# Tanım: The Gawk package contains programs for manipulating text files.
2016-02-24 02:27:23 +02:00
# URL: http://www.gnu.org/software/gawk/
2017-10-27 22:56:50 +03:00
# Paketçi: milisarge@gmail.com
# Gerekler:
2016-03-20 03:15:25 +02:00
2017-10-28 15:15:02 +03:00
isim=gawk
surum=4.1.3
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:15:02 +03:00
kaynak=(http://ftp.gnu.org/gnu/gawk/gawk-$surum.tar.xz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:15:02 +03:00
cd gawk-$surum
2017-10-27 22:56:50 +03:00
./configure --prefix=/usr
make
# Some checks fails
make check || true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
2016-02-24 02:27:23 +02:00
}