games/monsterz: Updated for version 0.7.0
This commit is contained in:
parent
73f382f0f2
commit
1cf51a7bc8
|
@ -10,4 +10,3 @@ warned.
|
|||
|
||||
This requires recent versions of python, SDL, and pygame (pygame is also
|
||||
available from SlackBuilds.org).
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue