summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson2013-04-08 01:09:39 +0200
committer Robby Workman2013-04-16 00:21:00 +0200
commit5fc88f41e59e12312a28ebbd2d2866a61d824b0b (patch)
tree44eb5dbb4c358855c80e0e675e5062f6d2ee6afc
parentf865389b3576be57c0d24f2218c135552abde6b3 (diff)
downloadslackbuilds-5fc88f41e59e12312a28ebbd2d2866a61d824b0b.tar.gz
games/gnubg: Updated for version 0.90.0_20130318.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--games/gnubg/gnubg.SlackBuild7
-rw-r--r--games/gnubg/gnubg.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild
index cb65c13a93..8ce380a101 100644
--- a/games/gnubg/gnubg.SlackBuild
+++ b/games/gnubg/gnubg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GNU Backgammon
-# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=gnubg
VERSION=${VERSION:-0.90.0}
-SRCVER=${SRCVER:-20120701}
+SRCVER=${SRCVER:-20130318}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM-source-SNAPSHOT-$SRCVER.tar.gz
+mkdir $PRGNAM
+tar -C $PRGNAM -xvf $CWD/$PRGNAM-source-SNAPSHOT-$SRCVER.tar.gz
cd $PRGNAM
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
diff --git a/games/gnubg/gnubg.info b/games/gnubg/gnubg.info
index b0361cd765..28cc508f18 100644
--- a/games/gnubg/gnubg.info
+++ b/games/gnubg/gnubg.info
@@ -1,8 +1,8 @@
PRGNAM="gnubg"
-VERSION="0.90.0_20120701"
+VERSION="0.90.0_20130318"
HOMEPAGE="http://www.gnubg.org/"
-DOWNLOAD="http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20120701.tar.gz"
-MD5SUM="a0a7ec1a43eb5581fa0283eab7342730"
+DOWNLOAD="http://files.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20130318.tar.gz"
+MD5SUM="566174741b1ecfc36debc95803312db4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""