[Lunar-commits] <moonbase-other> blobby: resurrected and bumped
v4hn
me at v4hn.de
Tue Jul 10 17:55:34 CEST 2012
commit 5d9fa0371d1dc612544172a8ac7677b379bf95ce
Author: v4hn <me at v4hn.de>
Date: Tue, 10 Jul 2012 08:55:34 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5d9fa0371d1dc612544172a8ac7677b379bf95ce
blobby: resurrected and bumped
---
games/blobby/BUILD +28/-0
games/blobby/DEPENDS +7/-0
games/blobby/DETAILS +14/-0
3 files changed, 49 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/blobby/BUILD
@@ -0,0 +1,28 @@
+(
+ #needed with RC1
+ sedit "s:#pragma once:#pragma once\n#include <cassert>:" src/CrossCorrelation.h &&
+
+ default_cmake_build &&
+
+ # Desktop menu entry
+ cat > $MODULE.desktop << EOF &&
+[Desktop Entry]
+Type=Application
+Name=Blobby Volley
+Comment=$SHORT
+Exec=$MODULE
+Icon=$MODULE
+Categories=Game;ArcadeGame;
+EOF
+
+ install -D -m644 $MODULE.desktop /usr/share/applications/$MODULE.desktop &&
+
+ # Desktop icon
+ cp ${SOURCE_DIRECTORY}/data/Icon.bmp . &&
+ bmptopnm Icon.bmp > Icon.pnm &&
+ # With the help of http://netpbm.sourceforge.net/doc/pnmtopng.html
+ # to remove ugly black border.
+ pnmtopng Icon.pnm -transparent =black > Icon.png &&
+ install -D -m644 Icon.png /usr/share/pixmaps/$MODULE.png
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/blobby/DEPENDS
@@ -0,0 +1,7 @@
+depends physfs
+depends boost
+depends %GLX
+depends SDL
+
+# For desktop icon
+depends netpbm
--- /dev/null
+++ b/games/blobby/DETAILS
@@ -0,0 +1,14 @@
+ # The authors are a bit inconsistent between blobby and blobby2
+ MODULE=blobby
+ VERSION=1.0rc1
+ SOURCE=blobby2-linux-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/Blobby%20Volley%202%20%28Linux%29/1.0RC1
+ SOURCE_VFY=sha1:599770a965dc551e66e3c990da1c92c8214eb7c2
+ WEB_SITE=http://blobby.sourceforge.net/
+ ENTERED=20100822
+ UPDATED=20120710
+ SHORT="A beach volleyball game with blobs of goo as the players"
+
+cat << EOF
+Official continuation of the famous Blobby Volley 1.x arcade game.
+EOF
More information about the Lunar-commits
mailing list