milis/talimatname/genel/l/libmspack/talimat

19 lines
389 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Microsoft sıkıştırma kütüphaneleri
2017-06-13 17:43:37 +02:00
# URL: http://www.cabextract.org.uk/libmspack/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-06-13 17:43:37 +02:00
2017-10-28 14:10:23 +02:00
isim=libmspack
surum=1.5
devir=1
kaynak=(https://github.com/kyz/libmspack/archive/v$surum.tar.gz)
2017-06-13 17:43:37 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum/$isim/trunk
2017-06-13 17:43:37 +02:00
autoreconf -vfi
./configure --prefix=/usr --disable-static
make
make check
make DESTDIR="$PKG/" install
}