commit a3983b4a44d911e1e7c025de3ab7bc80350e64e6 Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 26 17:08:27 2007 +0100 dar: update to 2.3.3 diff --git a/dar/.footprint b/dar/.footprint index ffb15c7..5b36866 100644 --- a/dar/.footprint +++ b/dar/.footprint @@ -47,9 +47,9 @@ drwxr-xr-x root/root usr/include/dar/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdar.a -rwxr-xr-x root/root usr/lib/libdar.la -lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.4.0.2 -lrwxrwxrwx root/root usr/lib/libdar.so.4 -> libdar.so.4.0.2 --rwxr-xr-x root/root usr/lib/libdar.so.4.0.2 +lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.4.0.0 +lrwxrwxrwx root/root usr/lib/libdar.so.4 -> libdar.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libdar.so.4.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libdar.pc drwxr-xr-x root/root usr/man/ diff --git a/dar/.md5sum b/dar/.md5sum index 01ba8e0..492d775 100644 --- a/dar/.md5sum +++ b/dar/.md5sum @@ -1,2 +1,2 @@ -6743849db51958e751519c31d6494ce7 dar-2.3.2.tar.gz +30b2e488f11e1ab60510fa198de23791 dar-2.3.3.tar.gz a32bc0f1354d9d4bb765730f458d509f darrc diff --git a/dar/Pkgfile b/dar/Pkgfile index 6a3aa3a..5afe2bd 100644 --- a/dar/Pkgfile +++ b/dar/Pkgfile @@ -4,14 +4,14 @@ # Depends on: openssl, zlib, bzip2 name=dar -version=2.3.2 +version=2.3.3 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ darrc) build () { cd $name-$version - ./configure --prefix=/usr --disable-thread-safe + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install rm -r $PKG/usr/share