[Lunar-commits] <moonbase-other> freedroid: readded to -other

v4hn me at v4hn.de
Fri Oct 12 22:55:27 CEST 2012


commit bb31849d63766cb47c72e208c11cf2582c2a1e69
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Oct 2012 13:55:27 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bb31849d63766cb47c72e208c11cf2582c2a1e69

freedroid: readded to -other
---
  games/freedroid/BUILD   | +27/-0    
  games/freedroid/DEPENDS | +8/-0     
  games/freedroid/DETAILS | +24/-0    
  3 files changed, 59 insertions(+)

--- /dev/null
+++ b/games/freedroid/BUILD
@@ -0,0 +1,27 @@
+(
+
+  #libvorbis moved the important function
+  sedit 's:vorbis:vorbisfile:' configure.ac &&
+  sedit 's:HAVE_LIBVORBIS:HAVE_LIBVORBISFILE:' src/sound.c &&
+  autoreconf . &&
+
+  default_game_build &&
+
+  bmptopnm graphics/paraicon.bmp > paraicon.pnm  &&
+  pnmtopng paraicon.pnm > $MODULE.png  &&
+  install -D -m644 $MODULE.png /usr/share/pixmaps/$MODULE.png &&
+
+  # Desktop menu entry
+  cat > $MODULE.desktop << EOF  &&
+[Desktop Entry]
+Type=Application
+Name=Freedroid
+Comment=$SHORT
+Exec=$MODULE
+Icon=$MODULE
+Categories=Game;ArcadeGame;
+EOF
+
+  install -D -m644 $MODULE.desktop /usr/share/applications/$MODULE.desktop
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/freedroid/DEPENDS
@@ -0,0 +1,8 @@
+depends SDL_image
+depends SDL_net
+
+#for desktop icon
+depends netpbm
+
+optional_depends "SDL_mixer" "" "" "for Audio support"
+optional_depends "libvorbis" "" "" "for the Intro theme"
--- /dev/null
+++ b/games/freedroid/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=freedroid
+         VERSION=1.0.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/freedroid/
+        WEB_SITE=http://freedroid.sourceforge.net/
+      SOURCE_VFY=sha1:69593c8e4d204d8e523f6e4b4f1091dd69fdef24
+         ENTERED=20041016
+         UPDATED=20041016
+           SHORT="clone of the Commodore 64 game Paradroid"
+
+cat << EOF
+THE CLASSICAL FREEDROID: Freedroid is a clone of the classic game
+"Paradroid" on Commodore 64 with some improvements and extensions to
+the classic version.
+
+In this game, you control a robot, depicted by a small white ball with
+a few numbers within an interstellar spaceship consisting of several
+decks connected by elevators.
+
+The aim of the game is to destroy all enemy robots, depicted by small
+black balls with a few numbers, by either shooting them or seizing
+control over them by creating connections in a short subgame of
+electric circuits.
+EOF




More information about the Lunar-commits mailing list