diff options
author | David Melik <dchmelik@gmail.com> | 2010-12-16 05:08:37 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:26 -0600 |
commit | d20c1a69d1c5ce1e3c36b31691fcba8fd119522c (patch) | |
tree | fbbf09b572ca5149121d764f21ae2858e12ddf53 /games/tome | |
parent | 3be3080a7e38fc6bf3a679a10ce69fecc8622e4e (diff) | |
download | slackbuilds-d20c1a69d1c5ce1e3c36b31691fcba8fd119522c.tar.gz |
games/tome: New download link and slack-desc adjustment.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/tome')
-rw-r--r-- | games/tome/slack-desc | 5 | ||||
-rw-r--r-- | games/tome/tome.SlackBuild | 2 | ||||
-rw-r--r-- | games/tome/tome.info | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/games/tome/slack-desc b/games/tome/slack-desc index 0fd5334bb1..4d36e0fc75 100644 --- a/games/tome/slack-desc +++ b/games/tome/slack-desc @@ -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:
\ No newline at end of file +tome: + diff --git a/games/tome/tome.SlackBuild b/games/tome/tome.SlackBuild index 750ad4e3c7..178d62763c 100644 --- a/games/tome/tome.SlackBuild +++ b/games/tome/tome.SlackBuild @@ -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 diff --git a/games/tome/tome.info b/games/tome/tome.info index 205615952e..fc1ba6800a 100644 --- a/games/tome/tome.info +++ b/games/tome/tome.info @@ -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" |