milis/talimatname/temel/lzip/talimat

18 lines
375 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2
2016-02-24 22:31:11 +01:00
# URL: download.savannah.gnu.org
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 22:31:11 +01:00
name=lzip
version=1.18-rc1
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}