[Lunar-commits] <moonbase> Subject: blobby: new game

Auke Kok sofar at foo-projects.org
Sun Aug 29 03:46:03 CEST 2010


commit ee52a7586345e84497a58f1a0a48873c526931d4
Author: Paul Bredbury <brebs at sent.com>
Date:   Sun Aug 29 03:46:03 2010 +0200

    Subject: blobby: new game
---
 zbeta/blobby/BUILD   |   27 +++++++++++++++++++++++++++
 zbeta/blobby/DEPENDS |    7 +++++++
 zbeta/blobby/DETAILS |   16 ++++++++++++++++
 3 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/zbeta/blobby/BUILD b/zbeta/blobby/BUILD
new file mode 100644
index 0000000..5f69934
--- /dev/null
+++ b/zbeta/blobby/BUILD
@@ -0,0 +1,27 @@
+(
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX $OPTS  &&
+  default_make  &&
+
+  # 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 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
diff --git a/zbeta/blobby/DEPENDS b/zbeta/blobby/DEPENDS
new file mode 100644
index 0000000..2e8863a
--- /dev/null
+++ b/zbeta/blobby/DEPENDS
@@ -0,0 +1,7 @@
+depends physfs
+depends boost
+depends %GLX
+depends SDL
+
+# For desktop icon
+depends netpbm
diff --git a/zbeta/blobby/DETAILS b/zbeta/blobby/DETAILS
new file mode 100644
index 0000000..d321815
--- /dev/null
+++ b/zbeta/blobby/DETAILS
@@ -0,0 +1,16 @@
+          # The authors are a bit inconsistent between blobby and blobby2
+          MODULE=blobby
+         VERSION=0.9b
+          # The available .bz2 file is incomplete for compilation
+          SOURCE=blobby2-linux-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-beta-${VERSION}
+      SOURCE_URL=$SFORGE_URL/$MODULE/Blobby%20Volley%202%20%28Linux%29/Beta%20${VERSION}
+      SOURCE_VFY=sha1:d1cc873d98932f2c5d52b21092244cc3748b8fcb
+        WEB_SITE=http://blobby.sourceforge.net/
+         ENTERED=20100822
+         UPDATED=20100822
+           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