mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/tome: New download link and slack-desc adjustment.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
3be3080a7e
commit
d20c1a69d1
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-------------------------------------------------------|
|
||||
tome: Tales of Middle Earth (ToME) is a fantasy adventure game
|
||||
tome: ToME (Tales of Middle Earth - a fantasy adventure game)
|
||||
tome:
|
||||
tome: ToMe is a game that emphasizes intricate, challenging, and varied
|
||||
tome: gameplay over graphics. Hundreds of different monsters in randomly-
|
||||
|
@ -17,3 +17,4 @@ tome:
|
|||
tome: http://www.t-o-m-e.net
|
||||
tome:
|
||||
tome:
|
||||
|
||||
|
|
|
@ -11,12 +11,10 @@ VERSION=${VERSION:-235}
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tome"
|
||||
VERSION="235"
|
||||
HOMEPAGE="http://www.t-o-m-e.net"
|
||||
DOWNLOAD="http://www.t-o-m-e.net/dl/src/tome-235-src.tar.bz2"
|
||||
DOWNLOAD="http://distfiles.gentoo.org/distfiles/tome-235-src.tar.bz2"
|
||||
MD5SUM="751ea71973413d3b54644cf86b20758f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Melik"
|
||||
EMAIL="dchmelik@gmail.com"
|
||||
APPROVED="pprkut"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue