games/angband: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ddd3974b4a
commit
4f2a8ad2bd
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Angband
|
||||
|
||||
# Copyright 2013 Marshall Scott, David Melik, Spokane, WA, USA
|
||||
# Copyright 2013-2014 Marshall Scott, David Melik, Spokane, WA, 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=angband
|
||||
VERSION=v3.4.1
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-v3.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -90,7 +90,7 @@ find $PKG -name "delete.me" -exec rm -f {} \;
|
|||
|
||||
for i in \
|
||||
artifact ego_item flavor hints limits monster monster_base names object \
|
||||
object_base p_class p_hist p_race pain pit shop_own spell store terrain \
|
||||
object_base p_class p_hist p_race pain pit spell store terrain \
|
||||
vault ;
|
||||
do mv $PKG/etc/angband/edit/$i.txt \
|
||||
$PKG/etc/angband/edit/$i.txt.new ;
|
||||
|
@ -102,7 +102,7 @@ cp $CWD/angband.desktop $PKG/usr/share/applications
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
changes.txt copying.txt faq.txt readme.txt thanks.txt lib/help/ \
|
||||
changes.txt compiling.txt copying.txt faq.txt readme.txt thanks.txt doc/ lib/help/ \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="angband"
|
||||
VERSION="v3.4.1"
|
||||
VERSION="v3.5.0"
|
||||
HOMEPAGE="http://www.rephial.org/"
|
||||
DOWNLOAD="http://rephial.org/downloads/3.4/angband-v3.4.1.tar.gz"
|
||||
MD5SUM="3ea22e5caabc3de7b49bac13ba922a8c"
|
||||
DOWNLOAD="http://rephial.org/downloads/3.5/angband-v3.5.0.tar.gz"
|
||||
MD5SUM="4f6ee37abdb411285deb1685ddecba6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue