games/tome: New download link and slack-desc adjustment.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
David Melik 2010-12-16 05:08:37 -06:00 committed by Erik Hanson
parent 3be3080a7e
commit d20c1a69d1
3 changed files with 5 additions and 6 deletions

View file

@ -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-
@ -16,4 +16,5 @@ tome: your choice and wielding mighty artifacts
tome:
tome: http://www.t-o-m-e.net
tome:
tome:
tome:

View file

@ -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

View file

@ -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"