summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author R. S. Ananda Murthy2014-11-05 02:24:39 +0100
committer Willy Sudiarto Raharjo2014-11-08 00:30:08 +0100
commit1a2eb244eef09f3e4f1d4a57b242ecfe557dfa17 (patch)
tree8236900f6a7bde6c1c3f18f6d00fc0a9461e486c
parente6e2e42f33971f462038b7762920a6e56b868e62 (diff)
downloadslackbuilds-1a2eb244eef09f3e4f1d4a57b242ecfe557dfa17.tar.gz
development/gputils: Updated for version 1.4.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/gputils/gputils.SlackBuild10
-rw-r--r--development/gputils/gputils.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/development/gputils/gputils.SlackBuild b/development/gputils/gputils.SlackBuild
index 6dfd4e4522..c81a4862c0 100644
--- a/development/gputils/gputils.SlackBuild
+++ b/development/gputils/gputils.SlackBuild
@@ -5,7 +5,7 @@
# Now maintained by: R. S. Ananda Murthy <rsamurti@gmail.com>
PRGNAM=gputils
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.4.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -37,15 +37,15 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-1.4.0-1
+tar xvf $CWD/$PRGNAM-1.4.0-1.tar.gz
+cd $PRGNAM-1.4.0-1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr \
diff --git a/development/gputils/gputils.info b/development/gputils/gputils.info
index 12128e8fbe..b3c2280fc2 100644
--- a/development/gputils/gputils.info
+++ b/development/gputils/gputils.info
@@ -1,8 +1,8 @@
PRGNAM="gputils"
-VERSION="1.3.0"
+VERSION="1.4.0.1"
HOMEPAGE="http://gputils.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/project/gputils/gputils/1.3.0/gputils-1.3.0.tar.gz"
-MD5SUM="175dedeb141b4a4609a70262847257e4"
+DOWNLOAD="http://downloads.sourceforge.net/project/gputils/gputils/1.4.0/gputils-1.4.0-1.tar.gz"
+MD5SUM="6cf5d82b1d2978d6e13378d1a4a77df4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""