milis/talimatname/temel/libarchive/talimat

23 lines
428 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: farklı arşiv tiplerini uygulayan kütüphane
2016-02-24 01:27:23 +01:00
# URL: http://people.freebsd.org/~kientzle/libarchive
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
isim=libarchive
surum=3.3.2
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://www.libarchive.org/downloads/libarchive-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:15:02 +02:00
cd $isim-$surum
2017-07-23 00:55:13 +02:00
autoreconf -fi
./configure \
--prefix=/usr \
--without-xml2 \
--without-nettle \
--disable-static
make
make DESTDIR=$PKG install
2017-07-14 14:58:24 +02:00
}