From 82c49efa043697f06f68d6236d35675e51e2bbdc Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Thu, 9 Aug 2007 10:00:24 +0200 Subject: [PATCH] libarchive: updated to 2.2.6. --- libarchive/.footprint | 6 +++--- libarchive/.md5sum | 2 +- libarchive/Pkgfile | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/libarchive/.footprint b/libarchive/.footprint index 43e901a0..f58076ca 100644 --- a/libarchive/.footprint +++ b/libarchive/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libarchive.a -rwxr-xr-x root/root usr/lib/libarchive.la -lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.2.5 -lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.2.5 --rwxr-xr-x root/root usr/lib/libarchive.so.2.2.5 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.2.6 +lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.2.6 +-rwxr-xr-x root/root usr/lib/libarchive.so.2.2.6 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/archive_entry.3.gz diff --git a/libarchive/.md5sum b/libarchive/.md5sum index 0be418a7..dc56fac5 100644 --- a/libarchive/.md5sum +++ b/libarchive/.md5sum @@ -1 +1 @@ -4b7773786e185a16353440c7e62a289a libarchive-2.2.5.tar.gz +a8d23b9c37153093b2e6c03385fb3ad9 libarchive-2.2.6.tar.gz diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 41c67b16..371f9c03 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -4,20 +4,18 @@ # Depends on: bzip2, zlib name=libarchive -version=2.2.5 +version=2.2.6 release=1 source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz) build() { cd libarchive-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/man --disable-bsdtar make make DESTDIR=$PKG install - rm -f $PKG/usr/bin/bsdtar - rm -f $PKG/usr/man/man1/bsdtar.1 rmdir $PKG/usr/bin rmdir $PKG/usr/man/man1 }