development/gputils: Updated for version 1.4.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2014-11-05 08:24:39 +07:00 committed by Willy Sudiarto Raharjo
parent e6e2e42f33
commit 1a2eb244ee
2 changed files with 8 additions and 8 deletions

View file

@ -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 \

View file

@ -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=""