diff options
author | Juergen Daubert <jue@jue.li> | 2015-11-26 10:05:20 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-11-26 10:05:20 +0100 |
commit | 93a5ffc054389aa7e984402d48b797f69ac4eebc (patch) | |
tree | 80112ffcb05a6b6611945994c0ad7c76ae078f9e /dar | |
parent | b066ab3305a781cf432f0c71dc52e857a9c4aab6 (diff) | |
download | opt-93a5ffc054389aa7e984402d48b797f69ac4eebc.tar.gz opt-93a5ffc054389aa7e984402d48b797f69ac4eebc.tar.xz |
dar: update to 2.5.2
Diffstat (limited to 'dar')
-rw-r--r-- | dar/.footprint | 23 | ||||
-rw-r--r-- | dar/.md5sum | 2 | ||||
-rw-r--r-- | dar/Pkgfile | 5 |
3 files changed, 15 insertions, 15 deletions
diff --git a/dar/.footprint b/dar/.footprint index f5bb55121..90842c7f6 100644 --- a/dar/.footprint +++ b/dar/.footprint @@ -94,16 +94,17 @@ drwxr-xr-x root/root usr/include/dar/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdar64.a -rwxr-xr-x root/root usr/lib/libdar64.la -lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.7.1 -lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.7.1 --rwxr-xr-x root/root usr/lib/libdar64.so.5000.7.1 +lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.7.2 +lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.7.2 +-rwxr-xr-x root/root usr/lib/libdar64.so.5000.7.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libdar64.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dar.1.gz --rw-r--r-- root/root usr/man/man1/dar_cp.1.gz --rw-r--r-- root/root usr/man/man1/dar_manager.1.gz --rw-r--r-- root/root usr/man/man1/dar_slave.1.gz --rw-r--r-- root/root usr/man/man1/dar_split.1.gz --rw-r--r-- root/root usr/man/man1/dar_xform.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dar.1.gz +-rw-r--r-- root/root usr/share/man/man1/dar_cp.1.gz +-rw-r--r-- root/root usr/share/man/man1/dar_manager.1.gz +-rw-r--r-- root/root usr/share/man/man1/dar_slave.1.gz +-rw-r--r-- root/root usr/share/man/man1/dar_split.1.gz +-rw-r--r-- root/root usr/share/man/man1/dar_xform.1.gz diff --git a/dar/.md5sum b/dar/.md5sum index e692ea2a3..3e1d1461b 100644 --- a/dar/.md5sum +++ b/dar/.md5sum @@ -1,2 +1,2 @@ -e5f873e69df704402f759e698cc4c440 dar-2.5.1.tar.gz +4c962e5db51e31becabd73f6c26168c9 dar-2.5.2.tar.gz f453ca0df13e48ca72095f9ef71529c9 darrc diff --git a/dar/Pkgfile b/dar/Pkgfile index f54c42f83..d2d33b174 100644 --- a/dar/Pkgfile +++ b/dar/Pkgfile @@ -4,7 +4,7 @@ # Depends on: attr, lzo, zlib, bzip2, xz, libgcrypt name=dar -version=2.5.1 +version=2.5.2 release=1 source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar.gz \ darrc) @@ -13,7 +13,6 @@ build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-nls \ --enable-mode=64 \ --disable-build-html @@ -21,6 +20,6 @@ build () { make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/dar install -D -m 644 $SRC/darrc $PKG/etc/darrc } |