summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:39 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:39 +0200
commitba1ec6d968b3039c16264319f3be667694ad4c74 (patch)
treeb080f4bf043b4262c78f4a5a78e0e077b4d682bb /games
parent69953fc4b74e0d980644dea95d3d6bf0a28ea497 (diff)
downloadslackbuilds-ba1ec6d968b3039c16264319f3be667694ad4c74.tar.gz
slackbuilds-ba1ec6d968b3039c16264319f3be667694ad4c74.tar.xz
games/monsterz: Removed from 13.0 repository
Diffstat (limited to 'games')
-rw-r--r--games/monsterz/README12
-rw-r--r--games/monsterz/doinst.sh5
-rw-r--r--games/monsterz/monsterz.SlackBuild56
-rw-r--r--games/monsterz/monsterz.desktop12
-rw-r--r--games/monsterz/monsterz.info8
-rw-r--r--games/monsterz/slack-desc19
6 files changed, 0 insertions, 112 deletions
diff --git a/games/monsterz/README b/games/monsterz/README
deleted file mode 100644
index e7f1e30a20..0000000000
--- a/games/monsterz/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Monsterz is a little arcade puzzle game, similar to the famous Bejeweled or
-Zookeeper.
-The goal of the game is to create rows of similar monsters, either horizontally
-or vertically. The only allowed move is the swap of two adjacent monsters, on
-the condition that it creates a row of three or more. When alignments are
-cleared, pieces fall from the top of the screen to fill the board again. Chain
-reactions earn you even more points.
-This game is mostly about luck, but it remains highly addictive. You have been
-warned.
-
-This requires recent versions of python, SDL, and pygame (pygame is also
-available from SlackBuilds.org).
diff --git a/games/monsterz/doinst.sh b/games/monsterz/doinst.sh
deleted file mode 100644
index 3412314ed0..0000000000
--- a/games/monsterz/doinst.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-
-if [ -x usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/games/monsterz/monsterz.SlackBuild b/games/monsterz/monsterz.SlackBuild
deleted file mode 100644
index 75b0c072da..0000000000
--- a/games/monsterz/monsterz.SlackBuild
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-## Package Homepage: http://sam.zoy.org/monsterz/
-# Modified by the SlackBuilds.org project
-
-NAME=monsterz
-VERSION=0.7.0
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$NAME
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-tar -zxvf $CWD/$NAME-$VERSION.tar.gz || exit 1
-cd $NAME-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-# Fix installation prefix in Makefile
-sed -i s#'prefix = /usr/local'#'prefix = /usr'# Makefile || exit 1
-
-make clean
-make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-install -m 0644 $CWD/monsterz.desktop $PKG/usr/share/applications/monsterz.desktop
-install -m 0644 graphics/icon.png $PKG/usr/share/pixmaps/monsterz.png
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/usr/doc/$NAME-$VERSION
-cp -a AUTHORS COPYING INSTALL README TODO $PKG/usr/doc/$NAME-$VERSION
-cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/games/monsterz/monsterz.desktop b/games/monsterz/monsterz.desktop
deleted file mode 100644
index 9c357dd8c9..0000000000
--- a/games/monsterz/monsterz.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=0.7.0
-Encoding=UTF-8
-Name=Monsterz
-Exec=monsterz
-Comment=A puzzle game in the spirit of Bejeweled
-Icon=/usr/share/pixmaps/monsterz.png
-Terminal=false
-Path=/usr/games
-Categories=Application;Game;PuzzleGame;
-StartupNotify=false
diff --git a/games/monsterz/monsterz.info b/games/monsterz/monsterz.info
deleted file mode 100644
index 74380bc996..0000000000
--- a/games/monsterz/monsterz.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="monsterz"
-VERSION="0.7.0"
-HOMEPAGE="http://sam.zoy.org/monsterz/"
-DOWNLOAD="http://sam.zoy.org/monsterz/monsterz-0.7.0.tar.gz"
-MD5SUM="323d04d4a2a2905df91eab4ff17e537d"
-MAINTAINER="hollywoodb"
-EMAIL="hollywoodb@fastmail.fm"
-APPROVED="rworkman"
diff --git a/games/monsterz/slack-desc b/games/monsterz/slack-desc
deleted file mode 100644
index 5533e8281d..0000000000
--- a/games/monsterz/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-monsterz: horizontally or vertically. The only allowed move is the swap of two
-monsterz: adjacent monsters, on the condition that it creates a row of three or
-monsterz: more. When alignments are cleared, pieces fall from the top of the
-monsterz: screen to fill the board again. Chain reactions earn you even more
-monsterz: points.
-monsterz:
-monsterz:
-monsterz: