games/gnubg: Updated for version 20120116.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-02-04 22:47:13 -06:00 committed by Robby Workman
parent 7358da6e29
commit fdf0eec1e7
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for GNU Backgammon
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gnubg
VERSION=0.90.0
SRCVER=20110906
VERSION=${VERSION:-0.90.0}
SRCVER=${SRCVER:-20120116}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,6 +68,7 @@ chmod -R u+w,go+r-w,a-s .
./autogen.sh
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="gnubg"
VERSION="0.90.0_20110906"
VERSION="0.90.0_20120116"
HOMEPAGE="http://www.gnubg.org/"
DOWNLOAD="http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20110906.tar.gz"
MD5SUM="09ffc55cd57f099814764a57b32ab892"
DOWNLOAD="http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20120116.tar.gz"
MD5SUM="c189f4503ce0f45494bc8af13966b2fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"