Skip to content

Commit

Permalink
pingus: readded and cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 24, 2012
1 parent d9b068e commit be479b1
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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
5 changes: 5 additions & 0 deletions games/pingus/DEPENDS
@@ -0,0 +1,5 @@
depends libpng
depends SDL_mixer
depends SDL_image
depends boost
depends scons
17 changes: 17 additions & 0 deletions 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
9 changes: 9 additions & 0 deletions 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

0 comments on commit be479b1

Please sign in to comment.