diff options
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/gnubg.SlackBuild | 7 | ||||
-rw-r--r-- | games/gnubg/gnubg.info | 6 |
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="" |