diff options
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 44f4ab3406..e7f1e30a20 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 0d9bb32d87..75b0c072da 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 f3244504a1..74380bc996 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 1db3daf0ca..5533e8281d 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 |