Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (f160b250d464ce75de49067fb43175fd6cb7ab13)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (f160b250d464ce75de49067fb43175fd6cb7ab13)
  • Date: Sun, 18 May 2008 10:28:03 -0500

GIT changes to master z-rejected grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 3 +++
z-games/maniadrive-bin/BUILD | 1 +
z-games/maniadrive-bin/DEPENDS | 4 ++++
z-games/maniadrive-bin/DETAILS | 18 ++++++++++++++++++
z-games/maniadrive-bin/HISTORY | 4 ++++
z-games/maniadrive-bin/INSTALL | 7 +++++++
z-games/maniadrive-bin/PREPARE | 1 +
z-games/maniadrive-bin/maniadrive | 4 ++++
8 files changed, 42 insertions(+)

New commits:
commit f160b250d464ce75de49067fb43175fd6cb7ab13
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

maniadrive-bin: new spell, a free clone of Trackmania

diff --git a/ChangeLog b/ChangeLog
index de293b6..61479fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-18 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * z-games/maniadrive-bin: new spell, a free clone of Trackmania
+
2008-04-22 Julien "_kaze_" ROZO <julien AT rozo.org>
* z-games/openarena-bin: new spell, an open-source FPS based on
ioquake3

diff --git a/z-games/maniadrive-bin/BUILD b/z-games/maniadrive-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-games/maniadrive-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-games/maniadrive-bin/DEPENDS b/z-games/maniadrive-bin/DEPENDS
new file mode 100755
index 0000000..bba030c
--- /dev/null
+++ b/z-games/maniadrive-bin/DEPENDS
@@ -0,0 +1,4 @@
+depends OPENGL &&
+depends X11-LIBS &&
+depends openal &&
+sub_depends openal ALSA
diff --git a/z-games/maniadrive-bin/DETAILS b/z-games/maniadrive-bin/DETAILS
new file mode 100755
index 0000000..17150b3
--- /dev/null
+++ b/z-games/maniadrive-bin/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=maniadrive-bin
+ VERSION=1.2
+ SOURCE=ManiaDrive-${VERSION}-linux-i386.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ManiaDrive-${VERSION}-linux-i386
+ SOURCE_URL[0]=$SOURCEFORGE_URL/maniadrive/$SOURCE
+
SOURCE_HASH=sha512:fcc3371b607ffb3681fb323f93e547f0fe6ba6c8e1f32c19367e2dc1b6688304ce392553695a6e25be739d04d64e9610cd0302f25d7ba6c769df4f55ae45aea6
+ LICENSE[0]="GPL"
+ WEB_SITE=http://maniadrive.raydium.org/
+ ENTERED=20080518
+ ARCHIVE="off"
+ REJECT="binary distribution"
+ SHORT="a free clone of Trackmania"
+cat << EOF
+ManiaDrive is a free clone of Trackmania, the great game from Nad�o studio,
and
+is an arcade car game on acrobatic tracks, with a quick and nervous gameplay
+(tracks almost never exceed one minute), and features a network mode,
+as the original.
+EOF
diff --git a/z-games/maniadrive-bin/HISTORY b/z-games/maniadrive-bin/HISTORY
new file mode 100644
index 0000000..0fcbb93
--- /dev/null
+++ b/z-games/maniadrive-bin/HISTORY
@@ -0,0 +1,4 @@
+2008-05-18 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS, DEPENDS, PREPARE, BUILD, INSTALL, HISTORY, maniadrive:
+ created this spell
+
diff --git a/z-games/maniadrive-bin/INSTALL b/z-games/maniadrive-bin/INSTALL
new file mode 100755
index 0000000..15ad46e
--- /dev/null
+++ b/z-games/maniadrive-bin/INSTALL
@@ -0,0 +1,7 @@
+INSTALL_DIR=${INSTALL_ROOT}/opt/ManiaDrive &&
+mkdir $INSTALL_DIR &&
+cp -v ${SPELL_DIRECTORY}/maniadrive ${INSTALL_ROOT}/usr/games &&
+cp -rv * $INSTALL_DIR &&
+cd $INSTALL_DIR &&
+find_and_scam &&
+chmod 750 mania*.sh game/mania_drive.static game/mania2.static
diff --git a/z-games/maniadrive-bin/PREPARE b/z-games/maniadrive-bin/PREPARE
new file mode 100755
index 0000000..b8424fe
--- /dev/null
+++ b/z-games/maniadrive-bin/PREPARE
@@ -0,0 +1 @@
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-games/maniadrive-bin/maniadrive
b/z-games/maniadrive-bin/maniadrive
new file mode 100755
index 0000000..0cdcdf7
--- /dev/null
+++ b/z-games/maniadrive-bin/maniadrive
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /opt/ManiaDrive &&
+./mania_drive.sh



  • [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (f160b250d464ce75de49067fb43175fd6cb7ab13), Julien ROZO, 05/18/2008

Archive powered by MHonArc 2.6.24.

Top of Page