milis/talimatname/genel/lziprecover/talimat

18 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.

# Description: lzip arşiv kontrol ve tamir programı
# URL: http://www.nongnu.org/lzip
# Packager: milisarge
# Depends on:
name=lziprecover
version=1.18
release=1
source=(http://download.savannah.gnu.org/releases/lzip/$name/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}