milis/talimatname/temel/gzip/talimat

22 lines
403 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: The Gzip package contains programs for compressing and decompressing files.
# URL: http://www.gzip.org/
# Paketçi: milisarge
# Gerekler:
isim=gzip
surum=1.6
devir=1
kaynak=(http://ftp.gnu.org/gnu/gzip/gzip-$surum.tar.xz)
derle()
{
cd gzip-$surum
./configure --prefix=/usr \
--bindir=/bin --libdir=/lib
make
make -k check || true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}