diff options
author | David Melik <dchmelik@gmail.com> | 2014-01-22 20:31:30 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:10 -0600 |
commit | 4f2a8ad2bd3ab91f4175a80b509f4f7d3419fb6b (patch) | |
tree | f4af99df8d11e7da9962c0c8b27d1fabe2b450d5 /games/angband/angband.SlackBuild | |
parent | ddd3974b4aed9757bbeca57842aee2ad5b0e1472 (diff) | |
download | slackbuilds-4f2a8ad2bd3ab91f4175a80b509f4f7d3419fb6b.tar.gz |
games/angband: Updated for version 3.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/angband/angband.SlackBuild')
-rw-r--r-- | games/angband/angband.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/angband/angband.SlackBuild b/games/angband/angband.SlackBuild index cdaa5737fd..0c9ec3808f 100644 --- a/games/angband/angband.SlackBuild +++ b/games/angband/angband.SlackBuild @@ -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 |