Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (1f6154dcf57853a4b5ebd63630628e78569aedef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (1f6154dcf57853a4b5ebd63630628e78569aedef)
  • Date: Sun, 15 Jan 2017 17:08:43 +0000

GIT changes to master games grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
games-simulation/pioneer/BUILD | 1 +
games-simulation/pioneer/DEPENDS | 10 ++++++++++
games-simulation/pioneer/DETAILS | 20 ++++++++++++++++++++
games-simulation/pioneer/HISTORY | 3 +++
games-simulation/pioneer/PRE_BUILD | 4 ++++
6 files changed, 42 insertions(+)

New commits:
commit 1f6154dcf57853a4b5ebd63630628e78569aedef
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

games-simulation/pioneer: new spell, a space exploration game

diff --git a/ChangeLog b/ChangeLog
index 9fbf542..c7fed68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * games-simulation/pioneer: new spell, a space exploration game in the
+ spirit of Elite
+
2016-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* games-puzzles/gtk-sudoku: new spell, GTK Sudoku

diff --git a/games-simulation/pioneer/BUILD b/games-simulation/pioneer/BUILD
new file mode 100755
index 0000000..e5daa6e
--- /dev/null
+++ b/games-simulation/pioneer/BUILD
@@ -0,0 +1 @@
+PIONEER_DATA_DIR="$INSTALL_ROOT/usr/share/games/pioneer" default_games_build
diff --git a/games-simulation/pioneer/DEPENDS
b/games-simulation/pioneer/DEPENDS
new file mode 100755
index 0000000..22c0f8f
--- /dev/null
+++ b/games-simulation/pioneer/DEPENDS
@@ -0,0 +1,10 @@
+depends gcc &&
+depends automake &&
+depends curl &&
+depends libsigc++2 &&
+depends sdl2_image &&
+depends freetype2 &&
+depends libvorbis &&
+depends libpng &&
+depends assimp &&
+depends OPENGL
diff --git a/games-simulation/pioneer/DETAILS
b/games-simulation/pioneer/DETAILS
new file mode 100755
index 0000000..ec17e7d
--- /dev/null
+++ b/games-simulation/pioneer/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=pioneer
+ VERSION=20161129
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/${SPELL}spacesim/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:5f65787a0dade031ac3595c9d0bc267ebe6e8a3bf26f72e40b61f2c568f27a2a96b0e32d18267a09ba050e93d76228368023708457221f486656504f67a808f4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+ WEB_SITE="http://pioneerspacesim.net/";
+ LICENSE[0]=GPL
+ ENTERED=20170115
+ SHORT="a space adventure game set in the Milky Way galaxy at the
turn of the 31st century"
+cat << EOF
+Pioneer is a space adventure game set in the Milky Way galaxy at the turn
+of the 31st century.
+
+The game is open-ended, and you are free to explore the millions of star
+systems in the game. You can land on planets, slingshot past gas giants,
+and burn yourself to a crisp flying between binary star systems. You can try
+your hand at piracy, make your fortune trading between systems, or do
missions
+for the various factions fighting for power, freedom or self-determination.
+EOF
diff --git a/games-simulation/pioneer/HISTORY
b/games-simulation/pioneer/HISTORY
new file mode 100644
index 0000000..b544a37
--- /dev/null
+++ b/games-simulation/pioneer/HISTORY
@@ -0,0 +1,3 @@
+2017-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell dreated
+
diff --git a/games-simulation/pioneer/PRE_BUILD
b/games-simulation/pioneer/PRE_BUILD
new file mode 100755
index 0000000..ab1cf67
--- /dev/null
+++ b/games-simulation/pioneer/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+./bootstrap



  • [SM-Commit] GIT changes to master games grimoire by Florian Franzmann (1f6154dcf57853a4b5ebd63630628e78569aedef), Florian Franzmann, 01/15/2017

Archive powered by MHonArc 2.6.24.

Top of Page