[Lunar-commits] <moonbase-other> fillets-ng: readd it to the moonbase.

Florin Braescu florin at lunar-linux.org
Sun Jul 29 15:15:25 CEST 2012


commit 123768ee8693365ca70dc2b47a65bf462326cf06
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 29 Jul 2012 06:15:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/123768ee8693365ca70dc2b47a65bf462326cf06

fillets-ng: readd it to the moonbase.
---
  games/fillets-ng/BUILD                                       +11/-0    
  games/fillets-ng/DEPENDS                                     +4/-0     
  games/fillets-ng/DETAILS                                     +21/-0    
  games/fillets-ng/POST_INSTALL                                +1/-0     
  games/fillets-ng/PRE_BUILD                                   +4/-0     
  5 files changed, 41 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/games/fillets-ng/BUILD
@@ -0,0 +1,11 @@
+(
+
+  # Set default systemdir to correct directory
+  OPTS+=" --datadir=/usr/share/games/fillets-ng"
+ 
+  default_game_build  &&
+  mkdir -p /usr/share/games/fillets-ng &&
+  cp -R $BUILD_DIRECTORY/$MODULE-$DATA_VERSION/???* \
+    /usr/share/games/fillets-ng
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/fillets-ng/DEPENDS
@@ -0,0 +1,4 @@
+depends SDL_mixer
+depends SDL_image
+depends SDL_ttf
+depends lua
--- /dev/null
+++ b/games/fillets-ng/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=fillets-ng
+         VERSION=1.0.1
+    DATA_VERSION=data-1.0.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$DATA_VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/fillets
+     SOURCE2_URL=$SFORGE_URL/fillets
+      SOURCE_VFY=sha1:181e4727a6482687b64e85a0d247b7d11bc6584e
+     SOURCE2_VFY=sha1:66c5d9d9b3e8bf5159eb82efc34fcbe4c45c258d
+        WEB_SITE=http://fillets.sourceforge.net
+         ENTERED=20050909
+         UPDATED=20120221
+           SHORT="a Linux port of puzzle game Fish Fillets"
+
+cat << EOF
+Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy
+levels is always the same: find a safe way out. The fish utter witty remarks
+about their surroundings, the various inhabitants of their underwater realm
+quarrel among themselves or comment on the efforts of your fish. The whole
+game is accompanied by quiet, comforting music.
+EOF
--- /dev/null
+++ b/games/fillets-ng/POST_INSTALL
@@ -0,0 +1 @@
+rm -fr /usr/src/$MODULE-$DATA_VERSION
--- /dev/null
+++ b/games/fillets-ng/PRE_BUILD
@@ -0,0 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY   &&
+mk_source_dir       $SOURCE_DIRECTORY   &&
+unpack              $SOURCE             &&
+unpack              $SOURCE2




More information about the Lunar-commits mailing list