milis/talimatname/genel/l/lziprecover/talimat

19 lines
356 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: lzip arşiv kontrol ve tamir programı
# URL: http://www.nongnu.org/lzip
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=lziprecover
surum=1.18
devir=1
kaynak=(http://download.savannah.gnu.org/releases/lzip/$isim/$isim-$surum.tar.gz)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}