diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-04-18 10:07:09 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:38:21 +0200 |
commit | 32327814903b3cfaa27167d48dbf9855b57cf3c1 (patch) | |
tree | a2e087257e8b864cd9f54a8ae3fafb2b1dbe28f1 /system | |
parent | bf718893753c17ed2836b955f8b0feb018c0aa23 (diff) | |
download | slackbuilds-32327814903b3cfaa27167d48dbf9855b57cf3c1.tar.gz |
system/dar: Updated for version 2.3.10.
Diffstat (limited to 'system')
-rw-r--r-- | system/dar/dar.SlackBuild | 21 | ||||
-rw-r--r-- | system/dar/dar.info | 8 |
2 files changed, 15 insertions, 14 deletions
diff --git a/system/dar/dar.SlackBuild b/system/dar/dar.SlackBuild index 8ea9ce0cb7..4dc6ae0d5d 100644 --- a/system/dar/dar.SlackBuild +++ b/system/dar/dar.SlackBuild @@ -3,13 +3,13 @@ # Slackware Package Build Script for Disk ARchive (DAR) # Home Page http://dar.linux.free.fr/ -# Copyright (c) 2007, Nishant Limbachia (nishant@mnspace.net) +# Copyright (c) 2007-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -24,12 +24,12 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Robby Workman <rworkman@slackbuilds.org> for better +# Modified by Robby Workman <rworkman@slackbuilds.org> for better # consistency with other scripts in our repository # No additional license terms added :-) - -PRGNAM=dar -VERSION=2.3.9 + +PRGNAM="dar" +VERSION="2.3.10" ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,16 +75,17 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc \ --enable-shared \ --enable-static \ - --disable-upx + --disable-upx \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true + xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) ( cd $PKG/usr/man diff --git a/system/dar/dar.info b/system/dar/dar.info index 24fc8ffdcb..0c43f292d8 100644 --- a/system/dar/dar.info +++ b/system/dar/dar.info @@ -1,10 +1,10 @@ PRGNAM="dar" -VERSION="2.3.9" +VERSION="2.3.10" HOMEPAGE="http://dar.linux.free.fr/" -DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.9.tar.gz" +DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.10.tar.gz" +MD5SUM="f134276bb9dc761dbb318c5511e65833" DOWNLOAD_x86_64="" -MD5SUM="8dcfa94b7bac139cab05291f00c74bd3" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="dsomero" +APPROVED="Erik Hanson" |