dar: update to 2.5.13

This commit is contained in:
Juergen Daubert 2017-10-29 12:42:30 +01:00
parent 9312f5a26a
commit 57206bcfe2
5 changed files with 10 additions and 65 deletions

View File

@ -1,5 +1,3 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/darrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dar
@ -97,9 +95,9 @@ 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.11.1
lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.11.1
-rwxr-xr-x root/root usr/lib/libdar64.so.5000.11.1
lrwxrwxrwx root/root usr/lib/libdar64.so -> libdar64.so.5000.12.0
lrwxrwxrwx root/root usr/lib/libdar64.so.5000 -> libdar64.so.5000.12.0
-rwxr-xr-x root/root usr/lib/libdar64.so.5000.12.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libdar64.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,2 +1 @@
1bbf92821b5679a0c08eadc1e44ba880 dar-2.5.12.tar.gz
f453ca0df13e48ca72095f9ef71529c9 darrc
08a484d0d99f6b146152a4b6faea7c17 dar-2.5.13.tar.gz

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Zx+/JoI/n3WYUANc2cVaFL5igoJln/a9xPbXKAzGtBbTMW32/2qccx7eH/3DAzyjxUwyhcL/n8df7lkCvzprwk=
SHA256 (Pkgfile) = 23f1eb9d981b29e7e9223438749ebaa421009d431fc8a069be498f36af4f729d
SHA256 (.footprint) = fd31e73c5b646569a48cae7ed39508ae2291434a518c88f178719043aeaeb441
SHA256 (dar-2.5.12.tar.gz) = 19bd60000a681a20386ee079b9a6ea05028020053eaeddbff175a8d22563fba2
SHA256 (darrc) = 7464ac1d22ebec6c950fd23b8f133d99911c2b3df25be770e6aa5f8af723e26c
RWSE3ohX2g5d/TOlfjkb56Eag/2j1KIn1zkUUp+Zs5lmaHu8RQNngjNJ8pwhY57Hsue4o3E7qb04LAK54xcw6wOiqiKEnENHuQI=
SHA256 (Pkgfile) = d21794f2ba41663e726b129fb8566297e9878eeb4ae4f83e69f72046856e1fa0
SHA256 (.footprint) = f0edc295a4f7c34974a8ce3304daaae1ae82be6bab4204dfac770e2e27567330
SHA256 (dar-2.5.13.tar.gz) = 729119784f86197542c2b3786a956b46384e2a85fc22a5e39d93d7c16969c6cf

View File

@ -4,10 +4,9 @@
# Depends on: attr, lzo, zlib, bzip2, xz, libgcrypt
name=dar
version=2.5.12
version=2.5.13
release=1
source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar.gz \
darrc)
source=(http://downloads.sourceforge.net/project/dar/dar/$version/$name-$version.tar.gz)
build () {
cd $name-$version
@ -22,5 +21,4 @@ build () {
make DESTDIR=$PKG install
rm -r $PKG/usr/share/dar
install -D -m 644 $SRC/darrc $PKG/etc/darrc
}

View File

@ -1,49 +0,0 @@
#
# /etc/darrc
#
default:
# list dar version if no command is given
-V
create:
# files we we don't want to save
-X "*.*.dar"
-X "*.iso"
# create empty dir for excluded directories
-D
# don't save theses directories
-P tmp
-P var/tmp
-P mnt
-P proc
-P dev
-P sys
# use gzip compression
-z
# list of files to not try to compress
-Z "*.mpg"
-Z "*.MPG"
-Z "*.jpg"
-Z "*.JPG"
-Z "*.gz"
-Z "*.tgz"
-Z "*.bz2"
-Z "*.tbz"
-Z "*.mp3"
-Z "*.mpeg"
-Z "*.zip"
-Z "*.Z"
-Z "*.xz"
# create slices of 700MB to fit on one CD-ROM
-s 700M
# End of file