milis/talimatname/genel/l/lzlib/talimat

19 lines
451 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: LZMA sıkıştırma-çözme işleri için kütüphane
# URL: http://www.nongnu.org/lzip/lzlib.html
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=lzlib
surum=1.10
devir=1
kaynak=(http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-$surum.tar.gz)
derle() {
cd "${SRC}"/$isim-$surum
./configure --prefix=/usr --enable-shared
make
make DESTDIR="${PKG}" install
install -Dm755 minilzip "${PKG}"/usr/bin/minilzip
}