diff --git a/games/pingus/BUILD b/games/pingus/BUILD new file mode 100644 index 00000000000..c257c7154d1 --- /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 diff --git a/games/pingus/DEPENDS b/games/pingus/DEPENDS new file mode 100644 index 00000000000..30410448f9e --- /dev/null +++ b/games/pingus/DEPENDS @@ -0,0 +1,5 @@ +depends libpng +depends SDL_mixer +depends SDL_image +depends boost +depends scons diff --git a/games/pingus/DETAILS b/games/pingus/DETAILS new file mode 100644 index 00000000000..d20e015647d --- /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 diff --git a/games/pingus/pingus.desktop b/games/pingus/pingus.desktop new file mode 100644 index 00000000000..19a7dd82d4a --- /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