From 3241dae64272b49dffd41c57ddbcbe2b87b1caec Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Wed, 1 Jun 2011 00:15:24 -0400 Subject: system/dar: Updated for version 2.3.11. Signed-off-by: dsomero --- system/dar/README | 6 +++--- system/dar/dar.SlackBuild | 11 +++++------ system/dar/dar.info | 8 ++++---- system/dar/slack-desc | 6 +++--- 4 files changed, 15 insertions(+), 16 deletions(-) (limited to 'system/dar') diff --git a/system/dar/README b/system/dar/README index d0eb355975..efb15c05b5 100644 --- a/system/dar/README +++ b/system/dar/README @@ -1,4 +1,4 @@ -Disk ARchive (DAR) is a backup tool for files and directories. -It is primarily aimed for floppies, zip disks and/or hard drives. -It has numerous features that make it a substitute for a tar-based +Disk ARchive (DAR) is a backup tool for files and directories. +It is primarily aimed for floppies, zip disks and/or hard drives. +It has numerous features that make it a substitute for a tar-based backup system. diff --git a/system/dar/dar.SlackBuild b/system/dar/dar.SlackBuild index 5d038ddfb2..4a4d43790f 100644 --- a/system/dar/dar.SlackBuild +++ b/system/dar/dar.SlackBuild @@ -3,7 +3,8 @@ # Slackware Package Build Script for Disk ARchive (DAR) # Home Page http://dar.linux.free.fr/ -# Copyright (c) 2007-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) +# Copyright (c) 2007-2011, Nishant Limbachia, Hoffman Estates, IL, USA +# # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +30,7 @@ # No additional license terms added :-) PRGNAM="dar" -VERSION="2.3.10" +VERSION=${VERSION:-2.3.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -96,10 +97,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc mv $PKG/usr/share/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/dar/dar.info b/system/dar/dar.info index 0c43f292d8..790cc65f3e 100644 --- a/system/dar/dar.info +++ b/system/dar/dar.info @@ -1,10 +1,10 @@ PRGNAM="dar" -VERSION="2.3.10" +VERSION="2.3.11" HOMEPAGE="http://dar.linux.free.fr/" -DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.10.tar.gz" -MD5SUM="f134276bb9dc761dbb318c5511e65833" +DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.11.tar.gz" +MD5SUM="5f8766f50069faf0a915e691372e56f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="Erik Hanson" +APPROVED="dsomero" diff --git a/system/dar/slack-desc b/system/dar/slack-desc index 8dd94b0ffe..0fd7ee4c93 100644 --- a/system/dar/slack-desc +++ b/system/dar/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| dar: dar (Disk ARchive) -dar: +dar: dar: dar is a shell command that backs up directory trees and files. -dar: It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD, +dar: It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD, dar: MacOS X and several other systems. It is released under the dar: GNU General Public License (GPL). dar also includes a programming dar: API called libdar which makes it easy to program a gui interface. -dar: +dar: dar: Homepage: http://dar.linux.free.fr/ dar: dar: -- cgit v1.2.3