[Lunar-commits] <moonbase-other> pushover: added to -other
v4hn
me at v4hn.de
Mon Feb 25 15:10:32 CET 2013
commit 284d249c16b22575f89c6ff97f14b2239a4d405f
Author: v4hn <me at v4hn.de>
Date: Mon, 25 Feb 2013 06:10:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/284d249c16b22575f89c6ff97f14b2239a4d405f
pushover: added to -other
---
games/pushover/BUILD | +3/-0
games/pushover/DEPENDS | +6/-0
games/pushover/DETAILS | +20/-0
games/pushover/pushover.desktop | +9/-0
4 files changed, 38 insertions(+)
--- /dev/null
+++ b/games/pushover/BUILD
@@ -0,0 +1,3 @@
+default_game_build &&
+
+install -Dm0644 ${SCRIPT_DIRECTORY}/pushover.desktop /usr/share/applications/pushover.desktop
--- /dev/null
+++ b/games/pushover/DEPENDS
@@ -0,0 +1,6 @@
+depends lua
+depends zlib
+depends SDL
+depends SDL_mixer
+depends SDL_ttf
+depends libpng
--- /dev/null
+++ b/games/pushover/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=pushover
+ VERSION=0.0.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/Pushover/$VERSION/
+ SOURCE_VFY=sha1:ca9b5b077e7762c4ae80f0873d2cfa0bd2dcb16b
+ WEB_SITE=http://pushover.sf.net
+ ENTERED=20130224
+ UPDATED=20130224
+ SHORT="domino toppling game"
+
+cat << EOF
+Pushover is a faithful reimplementation of the game
+with the same name published in 1992 by Ocean. It
+contains the original levels. The graphics and sound
+are very similar when compared with the original game.
+
+The task of the game is to rearrange the dominoes on
+the different platforms so that you can start a chain-
+reaction that makes all dominoes topple over.
+EOF
--- /dev/null
+++ b/games/pushover/pushover.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pushover
+Comment=Domino toppling game
+Exec=/usr/games/pushover
+Terminal=false
+Type=Application
+Categories=Application;Game;LogicGame
+Icon=/usr/share/games/pushover/pushover.ico
More information about the Lunar-commits
mailing list