dar: update to 2.5.2
This commit is contained in:
parent
b066ab3305
commit
93a5ffc054
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
e5f873e69df704402f759e698cc4c440 dar-2.5.1.tar.gz
|
||||
4c962e5db51e31becabd73f6c26168c9 dar-2.5.2.tar.gz
|
||||
f453ca0df13e48ca72095f9ef71529c9 darrc
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user