games/tome-ah: Updated for version 20220224_d25bdae.

Rewrapped README

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Melik 2022-03-30 15:34:34 +01:00 committed by Willy Sudiarto Raharjo
parent 4ded72f585
commit 5008110a82
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 20 additions and 18 deletions

View File

@ -1,13 +1,13 @@
ToME-ah (AnonymousHero's ToME fork) is a game that emphasizes
intricate, challenging, and varied gameplay over graphics. Hundreds
of different monsters in randomly-generated, unpredictable dungeons
will strive to slay you by various means, and you counter - if you
survive - by developing the skills of your choice and wielding mighty
artifacts.
ToME-ah (AnonymousHero's ToME fork) is a game that emphasizes intricate,
challenging, and varied gameplay over graphics. Hundreds of different
monsters in randomly-generated, unpredictable dungeons will strive to
slay you by various means, and you counter - if you survive - by
developing the skills of your choice and wielding mighty artifacts.
forum:
http://forums.te4.org/viewforum.php?f=28&sid=2f757a7105dcbcd648ccf0c566334dc5
http://forums.te4.org/viewforum.php?f=28&sid=2f757a7105dcbcd648ccf0c5663
34dc5
Usenet newsgroup: nntp://rec.games.roguelike.angband
You can install ToME-SX alongside other ToME 2 forks, but must back
up, delete save folder (~/.tome) between different games.
You can install ToME-SX alongside other ToME 2 forks, but must back up,
delete save folder (~/.tome) between different games.

View File

@ -25,12 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tome-ah
VERSION=${VERSION:-2.3.11_ah}
VERSION=${VERSION:-20220224_d25bdae}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCVER=$(echo $VERSION | tr _ -)
GITVER="$( echo $VERSION | cut -d_ -f2 )"
SRCNAM=tome2
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -71,9 +73,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf tome2-$SRCVER
tar xvf $CWD/tome2-$SRCVER.tar.gz
cd tome2-$SRCVER
rm -rf $SRCNAM-$GITVER*
tar xvf $CWD/$SRCNAM-$GITVER*.tar.gz
cd $SRCNAM-$GITVER*
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -108,7 +110,7 @@ install -m 0644 -D $CWD/tome-ah.png $PKG/usr/share/pixmaps/tome-ah.png
install -m 0644 -D $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a BUGS.txt changes.txt credits.txt $PKG/usr/share/games/$PRGNAM/lib/tome/help \
cp -a doc/DEBUG.txt doc/RELEASE.txt doc/changes.txt doc/credits.txt $PKG/usr/share/games/$PRGNAM/lib/tome/help \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="tome-ah"
VERSION="2.3.11_ah"
VERSION="20220224_d25bdae"
HOMEPAGE="https://github.com/tome2/"
DOWNLOAD="https://github.com/tome2/tome2/archive/v2.3.11-ah/tome2-2.3.11-ah.tar.gz"
MD5SUM="04b83e91f1b31a39a1585f07ef7d6acf"
DOWNLOAD="https://github.com/tome2/tome2/archive/d25bdae09bffea46ac54e51b99b2c166d9be7db8/tome2-d25bdae09bffea46ac54e51b99b2c166d9be7db8.tar.gz"
MD5SUM="11958229a62b4981b748109c5ea863f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""