Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e61b10cb07c7612cd52396d2fc62b50b303b5ac1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e61b10cb07c7612cd52396d2fc62b50b303b5ac1)
  • Date: Sun, 13 Aug 2006 13:01:16 -0500

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 1 +
games-arcade-2d/airstrike/BUILD | 8 ++++++++
games-arcade-2d/airstrike/CONFIGURE | 1 +
games-arcade-2d/airstrike/DEPENDS | 5 +++++
games-arcade-2d/airstrike/DETAILS | 19 +++++++++++++++++++
games-arcade-2d/airstrike/HISTORY | 2 ++
games-arcade-2d/airstrike/INSTALL | 8 ++++++++
games-arcade-2d/airstrike/airstrike | 3 +++
8 files changed, 47 insertions(+)

New commits:
commit e61b10cb07c7612cd52396d2fc62b50b303b5ac1
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-arcade-2d/airstrike/INSTALL: quick permissions fix for general
settings file

commit 9c50686eda1201ad6a371083032f6f80f330d8ef
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-arcade-2d/airstrike: Airstrike is a 2d dogfighting game

diff --git a/ChangeLog b/ChangeLog
index 2a45769..2f845f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-08-13 Pol Vinogradov <vin.public AT gmail.com>
* games-puzzles/4stattack: new spell, Connect-4 game, single or
network multiplayer
+ * games-arcade-2d/airstrike: Airstrike is a 2d dogfighting game

2006-08-12 Pol Vinogradov <vin.public AT gmail.com>
* games-puzzles/einstein: Einstein's famous puzzle game
diff --git a/games-arcade-2d/airstrike/BUILD b/games-arcade-2d/airstrike/BUILD
new file mode 100755
index 0000000..9c77127
--- /dev/null
+++ b/games-arcade-2d/airstrike/BUILD
@@ -0,0 +1,8 @@
+sedit "s:-g -O2 -Wall:${CFLAGS}:" src/Makefile &&
+sedit "s:-lSDL_image:${LDFLAGS} -lSDL_image:g" src/Makefile &&
+
+if [ "$AIRSTRIKE_SOUND" != "y" ]; then
+ make
+else
+ make ${SPELL}-sound
+fi
diff --git a/games-arcade-2d/airstrike/CONFIGURE
b/games-arcade-2d/airstrike/CONFIGURE
new file mode 100755
index 0000000..72fd674
--- /dev/null
+++ b/games-arcade-2d/airstrike/CONFIGURE
@@ -0,0 +1 @@
+config_query AIRSTRIKE_SOUND "Do you want sound support?" n
diff --git a/games-arcade-2d/airstrike/DEPENDS
b/games-arcade-2d/airstrike/DEPENDS
new file mode 100755
index 0000000..1df8a82
--- /dev/null
+++ b/games-arcade-2d/airstrike/DEPENDS
@@ -0,0 +1,5 @@
+depends sdl &&
+depends sdl_image &&
+if [ "$AIRSTRIKE_SOUND" == "y" ]; then
+ depends sdl_mixer
+fi
diff --git a/games-arcade-2d/airstrike/DETAILS
b/games-arcade-2d/airstrike/DETAILS
new file mode 100755
index 0000000..7294493
--- /dev/null
+++ b/games-arcade-2d/airstrike/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=airstrike
+ VERSION=pre6a
+ SOURCE=$SPELL-$VERSION-src.tar.gz
+
SOURCE_HASH=sha512:976a39b9a44211ccc16d86e5ad8ca3aa98d94134b43662b64c71b47ce824ff6a875ba1a42c004444556a357ca6bee2f981f403d40ae5800caecc055d6989b5ff
+ SOURCE_URL[0]=http://icculus.org/$SPELL/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}-src
+ WEB_SITE=http://icculus.org/$SPELL/
+ ENTERED=20060813
+ LICENSE[0]=GPL
+ SHORT="Airstrike is a 2d dogfighting game"
+cat << EOF
+Airstrike is a 2d dogfighting game being slowly developed by various people
+around the net. It is not yet playable although there is an old version which
+may be a bit fun to try. We are developing the game using only freely
available
+tools, and we try to do everything ourselves. The source code and the 3d
models
+are released under the GPL licence.
+Features include alpha blended raytraced graphics and accurate physics. We
are
+working on making it fun to play; all help is welcome.
+EOF
diff --git a/games-arcade-2d/airstrike/HISTORY
b/games-arcade-2d/airstrike/HISTORY
new file mode 100644
index 0000000..7281b0c
--- /dev/null
+++ b/games-arcade-2d/airstrike/HISTORY
@@ -0,0 +1,2 @@
+2006-08-12 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL, airstrike: created
spell
diff --git a/games-arcade-2d/airstrike/INSTALL
b/games-arcade-2d/airstrike/INSTALL
new file mode 100755
index 0000000..5e4880f
--- /dev/null
+++ b/games-arcade-2d/airstrike/INSTALL
@@ -0,0 +1,8 @@
+install ${SPELL} ${INSTALL_ROOT}/usr/share/games/${SPELL} &&
+install -m 0644 ${SPELL}rc ${INSTALL_ROOT}/usr/share/games/${SPELL} &&
+install ${SCRIPT_DIRECTORY}/${SPELL} ${INSTALL_ROOT}/usr/games/${SPELL} &&
+sedit "s:SMGL_DIR:${TRACK_ROOT}/usr/share/games/${SPELL}:"
${TRACK_ROOT}/usr/games/${SPELL} &&
+if [ "$AIRSTRIKE_SOUND" != "y" ]; then
+ rm -Rf data/sound
+fi &&
+cp -r data ${INSTALL_ROOT}/usr/share/games/${SPELL}
diff --git a/games-arcade-2d/airstrike/airstrike
b/games-arcade-2d/airstrike/airstrike
new file mode 100644
index 0000000..9c109e3
--- /dev/null
+++ b/games-arcade-2d/airstrike/airstrike
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd SMGL_DIR
+./airstrike "${@}"



  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e61b10cb07c7612cd52396d2fc62b50b303b5ac1), Pol Vinogradov, 08/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page