[Lunar-commits] <moonbase-other> pingus: readded and cleaned
v4hn
me at v4hn.de
Tue Jul 24 20:26:04 CEST 2012
commit be479b1968a50ef643a9b63afe62ef8708312149
Author: v4hn <me at v4hn.de>
Date: Tue, 24 Jul 2012 11:26:04 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/be479b1968a50ef643a9b63afe62ef8708312149
pingus: readded and cleaned
---
games/pingus/BUILD +12/-0
games/pingus/DEPENDS +5/-0
games/pingus/DETAILS +17/-0
games/pingus/pingus.desktop +9/-0
4 files changed, 43 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/pingus/BUILD
@@ -0,0 +1,12 @@
+(
+
+ sedit "s:/usr/local:/usr:" Makefile &&
+ sedit "s:)/bin:)/games:" Makefile &&
+ sedit "s:/share/pingus:/share/games/pingus:" Makefile &&
+ sedit "s:man1:man6:" Makefile &&
+
+ default_build &&
+
+ install -Dm0644 $SCRIPT_DIRECTORY/pingus.desktop /usr/share/applications/pingus.desktop
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/pingus/DEPENDS
@@ -0,0 +1,5 @@
+depends libpng
+depends SDL_mixer
+depends SDL_image
+depends boost
+depends scons
--- /dev/null
+++ b/games/pingus/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pingus
+ VERSION=0.7.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://pingus.googlecode.com/files
+ SOURCE_VFY=sha1:b5f5a25d71beb197c9466fb8928018a377f56487
+ WEB_SITE=http://pingus.googlecode.com
+ ENTERED=20100810
+ UPDATED=20111225
+ SHORT="Lemmings(tm) clone"
+
+cat << EOF
+While Pingus is based on the idea of Lemmings(tm), it has included some
+other ideas, which weren't presented in the original Lemmings(tm), like
+the worldmap or secret levels, which might be familiar from games the Super
+Mario World and other Nintendo games. We have also a few new actions, like
+the jumper which weren't presented in the original game.
+EOF
--- /dev/null
+++ b/games/pingus/pingus.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pingus
+Comment=A free Lemmings[tm] clone
+Exec=/usr/games/pingus
+Terminal=false
+Type=Application
+Categories=Application;Game;LogicGame
+Icon=/usr/share/games/pingus/images/icons/pingus.png
More information about the Lunar-commits
mailing list