[Lunar-commits] <moonbase> roadfighter: moved from zbeta to games
Duncan Gibson
engelsman at lunar-linux.org
Sun Aug 23 09:51:17 CEST 2009
commit 3360fb2afb35e979d060cb05db98dc1f75972fa6
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Aug 23 09:51:17 2009 +0200
roadfighter: moved from zbeta to games
---
games/roadfighter/BUILD | 7 +++++++
games/roadfighter/DEPENDS | 4 ++++
games/roadfighter/DETAILS | 23 +++++++++++++++++++++++
zbeta/roadfighter/BUILD | 7 -------
zbeta/roadfighter/DEPENDS | 4 ----
zbeta/roadfighter/DETAILS | 23 -----------------------
6 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/games/roadfighter/BUILD b/games/roadfighter/BUILD
new file mode 100644
index 0000000..6332721
--- /dev/null
+++ b/games/roadfighter/BUILD
@@ -0,0 +1,7 @@
+(
+
+ default_game_build &&
+
+ gather_docs readme.txt
+
+) > $C_FIFO 2>&1
diff --git a/games/roadfighter/DEPENDS b/games/roadfighter/DEPENDS
new file mode 100644
index 0000000..5b7fcb8
--- /dev/null
+++ b/games/roadfighter/DEPENDS
@@ -0,0 +1,4 @@
+depends SDL_image
+depends SDL_mixer
+depends SDL_sound
+depends SDL_ttf
diff --git a/games/roadfighter/DETAILS b/games/roadfighter/DETAILS
new file mode 100644
index 0000000..21c2a25
--- /dev/null
+++ b/games/roadfighter/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=roadfighter
+ VERSION=1.0.1269
+ SOURCE=${MODULE}.src_${VERSION}.tgz
+ SOURCE_URL[0]=http://braingames.jorito.net/roadfighter/downloads/
+ # Yes, "/downloads" is correctly absent from the afraid.org link
+ SOURCE_URL[1]=http://braingames.afraid.org/roadfighter/
+ SOURCE_VFY=sha1:e6cacf74065fcd27838c66b4c57998f9fdbc2874
+ WEB_SITE=http://roadfighter.jorito.net/
+ ENTERED=20090821
+ UPDATED=20090821
+ SHORT="Remake of the MSX game - Road Fighter"
+
+cat << EOF
+In 2003, the people from Retro Remakes organized a remake competition
+for the first time. The idea was to create a remake from scratch in a
+short amount of time. We decided to participate with a remake of the
+MSX game Road Fighter: a simple racing game that would be doable before
+the deadline and still be fun to play (oh the nostalgia!).
+
+In the end we met the deadline (barely!) and sent in our entry. When
+finally the results came in, we finished 7th out of the 83 entries. Not
+too bad for a 2-month project :)
+EOF
diff --git a/zbeta/roadfighter/BUILD b/zbeta/roadfighter/BUILD
deleted file mode 100644
index 6332721..0000000
--- a/zbeta/roadfighter/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- default_game_build &&
-
- gather_docs readme.txt
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/roadfighter/DEPENDS b/zbeta/roadfighter/DEPENDS
deleted file mode 100644
index 5b7fcb8..0000000
--- a/zbeta/roadfighter/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends SDL_image
-depends SDL_mixer
-depends SDL_sound
-depends SDL_ttf
diff --git a/zbeta/roadfighter/DETAILS b/zbeta/roadfighter/DETAILS
deleted file mode 100644
index 21c2a25..0000000
--- a/zbeta/roadfighter/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- MODULE=roadfighter
- VERSION=1.0.1269
- SOURCE=${MODULE}.src_${VERSION}.tgz
- SOURCE_URL[0]=http://braingames.jorito.net/roadfighter/downloads/
- # Yes, "/downloads" is correctly absent from the afraid.org link
- SOURCE_URL[1]=http://braingames.afraid.org/roadfighter/
- SOURCE_VFY=sha1:e6cacf74065fcd27838c66b4c57998f9fdbc2874
- WEB_SITE=http://roadfighter.jorito.net/
- ENTERED=20090821
- UPDATED=20090821
- SHORT="Remake of the MSX game - Road Fighter"
-
-cat << EOF
-In 2003, the people from Retro Remakes organized a remake competition
-for the first time. The idea was to create a remake from scratch in a
-short amount of time. We decided to participate with a remake of the
-MSX game Road Fighter: a simple racing game that would be doable before
-the deadline and still be fun to play (oh the nostalgia!).
-
-In the end we met the deadline (barely!) and sent in our entry. When
-finally the results came in, we finished 7th out of the 83 entries. Not
-too bad for a 2-month project :)
-EOF
More information about the Lunar-commits
mailing list