[Lunar-commits] <moonbase> chromium-bsu: a GL based game.

Florin Braescu florin at lunar-linux.org
Mon Jun 21 17:06:54 CEST 2010


commit e377f0c99a57d6c1d7f85ff64a7b0acd8d99b51b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jun 21 18:06:54 2010 +0300

    chromium-bsu: a GL based game.
    
    Thanks to brebs for the submission.
---
 games/chromium-bsu/BUILD   |    7 +++++++
 games/chromium-bsu/DEPENDS |    6 ++++++
 games/chromium-bsu/DETAILS |   17 +++++++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/games/chromium-bsu/BUILD b/games/chromium-bsu/BUILD
new file mode 100644
index 0000000..504b8df
--- /dev/null
+++ b/games/chromium-bsu/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-ftgl --enable-glc --enable-nls --with-font-path="/usr/share/fonts/dejavu-ttf/DejaVuSerif-Bold.ttf" --enable-sdl --enable-sdlmixer --enable-sdlimage --disable-glut"  &&
+
+  default_game_build
+
+) > $C_FIFO 2>&1
diff --git a/games/chromium-bsu/DEPENDS b/games/chromium-bsu/DEPENDS
new file mode 100644
index 0000000..f1f3f90
--- /dev/null
+++ b/games/chromium-bsu/DEPENDS
@@ -0,0 +1,6 @@
+depends quesoglc
+depends libXmu
+depends SDL_mixer
+depends SDL_image
+depends openal
+depends dejavu-ttf
diff --git a/games/chromium-bsu/DETAILS b/games/chromium-bsu/DETAILS
new file mode 100644
index 0000000..fcb5d8d
--- /dev/null
+++ b/games/chromium-bsu/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=chromium-bsu
+         VERSION=0.9.14.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:ecc3ec149f4edd7b05a26b4bc9bbbfaa8ea78b6e
+        WEB_SITE=http://chromium-bsu.sourceforge.net
+         ENTERED=20100621
+         UPDATED=20100621
+           SHORT="Chromium B.S.U. - a fast-paced top-scrolling shooter"
+
+cat << EOF
+You are captain of the cargo ship Chromium B.S.U., responsible for
+delivering supplies to our troops on the front line. Your ship has a
+small fleet of robotic fighters which you control from the relative
+safety of the Chromium vessel. This is an OpenGL-based shoot-'em-up
+game with fine graphics.
+EOF


More information about the Lunar-commits mailing list