milis/talimatname/genel/l/libmspack/talimat

20 lines
409 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: Microsoft sıkıştırma kütüphaneleri
# URL: http://www.cabextract.org.uk/libmspack/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=libmspack
surum=1.5
devir=1
kaynak=(https://github.com/kyz/libmspack/archive/v$surum.tar.gz)
derle() {
cd $isim-$surum/$isim/trunk
autoreconf -vfi
./configure --prefix=/usr --disable-static
make
make check
make DESTDIR="$PKG/" install
}