summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Melik <dchmelik@gmail.com>2017-08-27 08:19:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-27 08:19:01 +0700
commit5270035c3def213c55359ed8630be6b6ae262a32 (patch)
tree12c34fb6576ab7b2a70458ed02c64f09990e421e /games
parent966b5634227a9637d191577e9476ab056948c967 (diff)
downloadslackbuilds-5270035c3def213c55359ed8630be6b6ae262a32.tar.gz
slackbuilds-5270035c3def213c55359ed8630be6b6ae262a32.tar.xz
games/angband: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/angband/README11
-rw-r--r--games/angband/angband.SlackBuild9
-rw-r--r--games/angband/angband.info6
3 files changed, 14 insertions, 12 deletions
diff --git a/games/angband/README b/games/angband/README
index f0fefdb628..50e6524589 100644
--- a/games/angband/README
+++ b/games/angband/README
@@ -1,9 +1,10 @@
-Angband is a graphical dungeon adventure game that uses textual characters to
-represent the walls and floors of a dungeon and the inhabitants therein, in the
-vein of games like NetHack and Rogue. If you need help in-game, press '?'.
+Angband is a graphical dungeon adventure game that uses textual
+characters to represent the walls and floors of a dungeon and the
+inhabitants therein, in the vein of games like NetHack and Rogue. If
+you need help in-game, press '?'.
-Your user account will need to be a member of the "games" group in order to play
-Angband with best results.
+Your user account will need to be a member of the "games" group in
+order to play Angband with best results.
Angband (at least text version) needs UTF-8, listed by: locale -a.
Edit /etc/profile.d/lang.sh or export $LANG, or run such as (for USA):
diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild
index 6503207eed..d4e2051ff1 100644
--- a/games/angband/angband.SlackBuild
+++ b/games/angband/angband.SlackBuild
@@ -2,7 +2,8 @@
# Slackware build script for Angband
-# Copyright 2013-2014 Marshall Scott, David Melik, Spokane, WA, USA
+# Copyright 2013 Marshall Scott, SlackBuilds.org Project, David Melik, Spokane,
+# WA, USA.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=angband
-VERSION=${VERSION:-4.0.5}
+VERSION=${VERSION:-4.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,10 +59,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION
+rm -rf $TMP/$PRGNAM-master
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+cd $PRGNAM-master
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/games/angband/angband.info b/games/angband/angband.info
index 090174f38d..51d563be1e 100644
--- a/games/angband/angband.info
+++ b/games/angband/angband.info
@@ -1,8 +1,8 @@
PRGNAM="angband"
-VERSION="4.0.5"
+VERSION="4.1.0"
HOMEPAGE="http://www.rephial.org/"
-DOWNLOAD="http://rephial.org/downloads/4.0/angband-4.0.5.tar.gz"
-MD5SUM="82d28d0e51b167fb2b66603e310d9def"
+DOWNLOAD="http://rephial.org/downloads/4.1/angband-4.1.0.tar.gz"
+MD5SUM="c54f7364d58ea2216b188afcbaa40a66"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""