games/gnubg: Updated for version 0.90.0_20130318.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Erik Hanson 2013-04-07 20:09:39 -03:00 committed by Robby Workman
parent f865389b35
commit 5fc88f41e5
2 changed files with 7 additions and 6 deletions

View file

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

View file

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