diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 19:44:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:44:39 +0200 |
commit | 1cf51a7bc8b09f5d09f4b650979f23e196f3fc4d (patch) | |
tree | 8f0766344899867c3d8f8b0562f40f9a91d226a0 /games | |
parent | 73f382f0f242e153bd27f917ae384d84ccb452e5 (diff) |
games/monsterz: Updated for version 0.7.0
Diffstat (limited to 'games')
-rw-r--r-- | games/monsterz/README | 1 | ||||
-rw-r--r-- | games/monsterz/monsterz.SlackBuild | 9 | ||||
-rw-r--r-- | games/monsterz/monsterz.info | 2 | ||||
-rw-r--r-- | games/monsterz/slack-desc | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/games/monsterz/README b/games/monsterz/README index 44f4ab340645..e7f1e30a2065 100644 --- a/games/monsterz/README +++ b/games/monsterz/README @@ -10,4 +10,3 @@ warned. This requires recent versions of python, SDL, and pygame (pygame is also available from SlackBuilds.org). - diff --git a/games/monsterz/monsterz.SlackBuild b/games/monsterz/monsterz.SlackBuild index 0d9bb32d87b5..75b0c072dad9 100644 --- a/games/monsterz/monsterz.SlackBuild +++ b/games/monsterz/monsterz.SlackBuild @@ -2,19 +2,14 @@ ## Written by hollywoodb (hollywoodb@fastmail.fm) ## Package Homepage: http://sam.zoy.org/monsterz/ - -# Verify script is being run by root user. -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root!" - exit -fi +# Modified by the SlackBuilds.org project NAME=monsterz VERSION=0.7.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$NAME OUTPUT=${OUTPUT:-/tmp} diff --git a/games/monsterz/monsterz.info b/games/monsterz/monsterz.info index f3244504a194..74380bc996bb 100644 --- a/games/monsterz/monsterz.info +++ b/games/monsterz/monsterz.info @@ -5,4 +5,4 @@ DOWNLOAD="http://sam.zoy.org/monsterz/monsterz-0.7.0.tar.gz" MD5SUM="323d04d4a2a2905df91eab4ff17e537d" MAINTAINER="hollywoodb" EMAIL="hollywoodb@fastmail.fm" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/games/monsterz/slack-desc b/games/monsterz/slack-desc index 1db3daf0cadd..5533e8281dfd 100644 --- a/games/monsterz/slack-desc +++ b/games/monsterz/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| monsterz: monsterz (an puzzle game, similar to Bejeweled or Zookeeper) monsterz: monsterz: The goal of the game is to create rows of similar monsters, either |