summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-12-16 11:02:10 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-12-16 11:02:10 +0100
commita589e41a46e032f8cb4c3c4f87cd78fa1bb6da19 (patch)
tree90e0670984d19cb0c4ecd19123b13af2c8f0e038
parent0ffaad6a3ab9b581267ed41830045623adc09848 (diff)
downloadpkgutils-release-2.4.tar.gz
pkgutils-release-2.4.tar.xz
libarchive: updated to 2.4.8.release-2.4
bsdtar is also installed again.
-rw-r--r--libarchive/.footprint10
-rw-r--r--libarchive/.md5sum2
-rw-r--r--libarchive/Pkgfile7
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
}

Generated by cgit