summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2010-05-11 22:26:35 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-11 22:26:35 +0200
commitde31395636de7dca94cb8e64011bc0a24d3c340a (patch)
tree5fa385a3fbece3082bd6058a3cded374a133b72a /system
parenta409c088fe7f76938c322d50a0c231cca3da3dfc (diff)
downloadslackbuilds-de31395636de7dca94cb8e64011bc0a24d3c340a.tar.gz
slackbuilds-de31395636de7dca94cb8e64011bc0a24d3c340a.tar.xz
system/dar: Updated for version 2.3.8
Diffstat (limited to 'system')
-rw-r--r--system/dar/dar.SlackBuild21
-rw-r--r--system/dar/dar.info8
-rw-r--r--system/dar/slack-desc1
3 files changed, 15 insertions, 15 deletions
diff --git a/system/dar/dar.SlackBuild b/system/dar/dar.SlackBuild
index d5e8762dcc..7e007dfc79 100644
--- a/system/dar/dar.SlackBuild
+++ b/system/dar/dar.SlackBuild
@@ -6,10 +6,10 @@
# Copyright (c) 2007, Nishant Limbachia (nishant@mnspace.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,13 @@
# 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
+# Modified slightly further by Erik Hanson <erik@slackbuilds.org>
# No additional license terms added :-)
-
+
PRGNAM=dar
-VERSION=2.3.6
+VERSION=2.3.8
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,15 +69,15 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc \
--enable-shared \
--enable-static \
- --disable-upx
+ --disable-upx
make
make DESTDIR=$PKG install-strip
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
+find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : \
+ | xargs strip --strip-unneeded 2> /dev/null
+find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : \
+ | xargs strip --strip-unneeded 2> /dev/null
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
diff --git a/system/dar/dar.info b/system/dar/dar.info
index 0a09795362..6bd1f22d6b 100644
--- a/system/dar/dar.info
+++ b/system/dar/dar.info
@@ -1,8 +1,8 @@
PRGNAM="dar"
-VERSION="2.3.6"
+VERSION="2.3.8"
HOMEPAGE="http://dar.linux.free.fr/"
-DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.6.tar.gz"
-MD5SUM="de290b9d4ff93838be0779a6daa66fff"
+DOWNLOAD="http://downloads.sourceforge.net/dar/dar-2.3.8.tar.gz"
+MD5SUM="6c0d383c22df0e1816e860153f60d746"
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"
diff --git a/system/dar/slack-desc b/system/dar/slack-desc
index fbec4982d8..f569fdcccd 100644
--- a/system/dar/slack-desc
+++ b/system/dar/slack-desc
@@ -16,4 +16,3 @@ dar: API called libdar which makes it easy to program a gui interface.
dar:
dar: Homepage: http://dar.linux.free.fr/
dar:
-dar: