mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/angband: Updated for version 4.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
32a0a32fe2
commit
22084aca01
3 changed files with 14 additions and 12 deletions
|
@ -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):
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue