libarchive: updated to 2.4.8.

bsdtar is also installed again.
This commit is contained in:
Tilman Sauerbeck 2007-12-16 11:02:10 +01:00
parent 0ffaad6a3a
commit a589e41a46
3 changed files with 10 additions and 9 deletions

View File

@ -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

View File

@ -1 +1 @@
f128c247bac1271e09258ce4e7223ad4 libarchive-2.4.5.tar.gz
eede8090c7b275c5427c3ca25cd5b88e libarchive-2.4.8.tar.gz

View File

@ -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
}