diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-12-16 11:02:10 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-12-16 11:02:10 +0100 |
commit | a589e41a46e032f8cb4c3c4f87cd78fa1bb6da19 (patch) | |
tree | 90e0670984d19cb0c4ecd19123b13af2c8f0e038 /libarchive | |
parent | 0ffaad6a3ab9b581267ed41830045623adc09848 (diff) | |
download | pkgutils-a589e41a46e032f8cb4c3c4f87cd78fa1bb6da19.tar.gz pkgutils-a589e41a46e032f8cb4c3c4f87cd78fa1bb6da19.tar.xz |
libarchive: updated to 2.4.8.release-2.4
bsdtar is also installed again.
Diffstat (limited to 'libarchive')
-rw-r--r-- | libarchive/.footprint | 10 | ||||
-rw-r--r-- | libarchive/.md5sum | 2 | ||||
-rw-r--r-- | libarchive/Pkgfile | 7 |
3 files changed, 10 insertions, 9 deletions
diff --git a/libarchive/.footprint b/libarchive/.footprint index 8686bd6a..45934cf2 100644 --- a/libarchive/.footprint +++ b/libarchive/.footprint @@ -1,14 +1,18 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bsdtar drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/archive.h -rw-r--r-- root/root usr/include/archive_entry.h 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.4.5 -lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.4.5 --rwxr-xr-x root/root usr/lib/libarchive.so.2.4.5 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.4.8 +lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.4.8 +-rwxr-xr-x root/root usr/lib/libarchive.so.2.4.8 drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/bsdtar.1.gz drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/archive_entry.3.gz -rw-r--r-- root/root usr/man/man3/archive_read.3.gz diff --git a/libarchive/.md5sum b/libarchive/.md5sum index 2eab7072..2e1f6852 100644 --- a/libarchive/.md5sum +++ b/libarchive/.md5sum @@ -1 +1 @@ -f128c247bac1271e09258ce4e7223ad4 libarchive-2.4.5.tar.gz +eede8090c7b275c5427c3ca25cd5b88e libarchive-2.4.8.tar.gz diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index 92bf13f2..d61f202f 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -4,18 +4,15 @@ # Depends on: bzip2, zlib name=libarchive -version=2.4.5 +version=2.4.8 release=1 source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz) build() { cd libarchive-$version - ./configure --prefix=/usr --mandir=/usr/man --disable-bsdtar + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install - - rmdir $PKG/usr/bin - rmdir $PKG/usr/man/man1 } |