[Lunar-commits] <moonbase> moon-buggy: introduction to moonbase

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Wed May 23 17:39:45 CEST 2012


commit 52ca727d3003ddc2f8025467cdb594d87e61cabd
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Wed May 23 17:39:45 2012 +0200

    moon-buggy: introduction to moonbase
---
 games/moon-buggy/BUILD   |    6 ++++++
 games/moon-buggy/DEPENDS |    1 +
 games/moon-buggy/DETAILS |   16 ++++++++++++++++
 3 files changed, 23 insertions(+)

diff --git a/games/moon-buggy/BUILD b/games/moon-buggy/BUILD
new file mode 100644
index 0000000..179a8ff
--- /dev/null
+++ b/games/moon-buggy/BUILD
@@ -0,0 +1,6 @@
+(
+
+   OPTS+=" --sharedstatedir=/var/games --with-setgid=games" &&
+   default_game_build
+
+) > $C_FIFO 2>&1
diff --git a/games/moon-buggy/DEPENDS b/games/moon-buggy/DEPENDS
new file mode 100644
index 0000000..5764a9c
--- /dev/null
+++ b/games/moon-buggy/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/games/moon-buggy/DETAILS b/games/moon-buggy/DETAILS
new file mode 100644
index 0000000..2fb6e20
--- /dev/null
+++ b/games/moon-buggy/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=moon-buggy
+         VERSION=1.0.51
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://m.seehuhn.de/programs/
+      SOURCE_VFY=sha1:7f1c5df99944acfe98eeb5f8d5ab6f28ef61ee7e
+        WEB_SITE=http://www.seehuhn.de/pages/moon-buggy
+         ENTERED=20120523
+         UPDATED=20120523
+           SHORT="ncurses side-scroller game"
+           PSAFE=no
+
+cat << EOF
+Moon-buggy is a simple character graphics game, where you drive some
+kind of car across the moon's surface.  Unfortunately there are
+dangerous craters there.  Fortunately your car can jump over them!
+EOF


More information about the Lunar-commits mailing list