milis/talimatname/temel/gzip/talimat

22 lines
403 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 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
}