[Lunar-commits] <moonbase> blobby: move from zbeta to games
Paul Bredbury
brebs at lunar-linux.org
Sat Feb 19 13:19:37 CET 2011
commit 31dcfb7209613e7c7b1c7cdfe192f7d425a8322d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sat Feb 19 19:19:37 2011 +0700
blobby: move from zbeta to games
---
games/blobby/BUILD | 27 +++++++++++++++++++++++++++
games/blobby/DEPENDS | 7 +++++++
games/blobby/DETAILS | 16 ++++++++++++++++
zbeta/blobby/BUILD | 27 ---------------------------
zbeta/blobby/DEPENDS | 7 -------
zbeta/blobby/DETAILS | 16 ----------------
6 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/games/blobby/BUILD b/games/blobby/BUILD
new file mode 100644
index 0000000..5f69934
--- /dev/null
+++ b/games/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/games/blobby/DEPENDS b/games/blobby/DEPENDS
new file mode 100644
index 0000000..2e8863a
--- /dev/null
+++ b/games/blobby/DEPENDS
@@ -0,0 +1,7 @@
+depends physfs
+depends boost
+depends %GLX
+depends SDL
+
+# For desktop icon
+depends netpbm
diff --git a/games/blobby/DETAILS b/games/blobby/DETAILS
new file mode 100644
index 0000000..d321815
--- /dev/null
+++ b/games/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
diff --git a/zbeta/blobby/BUILD b/zbeta/blobby/BUILD
deleted file mode 100644
index 5f69934..0000000
--- a/zbeta/blobby/BUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-(
-
- 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
deleted file mode 100644
index 2e8863a..0000000
--- a/zbeta/blobby/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends physfs
-depends boost
-depends %GLX
-depends SDL
-
-# For desktop icon
-depends netpbm
diff --git a/zbeta/blobby/DETAILS b/zbeta/blobby/DETAILS
deleted file mode 100644
index d321815..0000000
--- a/zbeta/blobby/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- # 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