milis/talimatname/temel/libarchive/talimat

23 lines
443 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: farklı arşiv tiplerini uygulayan kütüphane
# URL: http://people.freebsd.org/~kientzle/libarchive
# Packager: milisarge
# Depends on:
name=libarchive
version=3.3.2
release=1
source=(http://www.libarchive.org/downloads/libarchive-$version.tar.gz)
build() {
cd $name-$version
autoreconf -fi
./configure \
--prefix=/usr \
--without-xml2 \
--without-nettle \
--disable-static
make
make DESTDIR=$PKG install
}