libarchive.guncellendi
This commit is contained in:
parent
6f616984ab
commit
c50ef17565
|
@ -1,9 +1,10 @@
|
||||||
# Description: farklı arşiv tiplerini uygulayan kütüphane
|
# Description: farklı arşiv tiplerini uygulayan kütüphane
|
||||||
# URL: http://people.freebsd.org/~kientzle/libarchive
|
# URL: http://people.freebsd.org/~kientzle/libarchive
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
name=libarchive
|
name=libarchive
|
||||||
version=3.3.1
|
version=3.3.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://www.libarchive.org/downloads/libarchive-$version.tar.gz
|
source=(http://www.libarchive.org/downloads/libarchive-$version.tar.gz
|
||||||
|
@ -12,9 +13,12 @@ source=(http://www.libarchive.org/downloads/libarchive-$version.tar.gz
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
autoreconf -fi
|
||||||
--mandir=/usr/share/man \
|
./configure \
|
||||||
--infodir=/usr/share/info
|
--prefix=/usr \
|
||||||
|
--without-xml2 \
|
||||||
|
--without-nettle \
|
||||||
|
--disable-static
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue