[Lunar-commits] <moonbase-other> spring: introduction to -other

v4hn me at v4hn.de
Sat Feb 16 02:00:07 CET 2013


commit 29aa0d55284d355820f70aaae4e45d086d0e65d0
Author: v4hn <me at v4hn.de>
Date: Fri, 15 Feb 2013 17:00:07 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/29aa0d55284d355820f70aaae4e45d086d0e65d0

spring: introduction to -other
---
  games/spring/BUILD   | +13/-0    
  games/spring/DEPENDS | +18/-0    
  games/spring/DETAILS | +17/-0    
  3 files changed, 48 insertions(+)

--- /dev/null
+++ b/games/spring/BUILD
@@ -0,0 +1,13 @@
+OPTS+=" -DCMAKE_INSTALL_PREFIX=/usr \
+        -DBINDIR=games
+	-DDATADIR=share/games/$MODULE \
+	-DAI_LIBS_DIR=share/games/$MODULE \
+	-DDOCDIR=share/doc/$MODULE " &&
+
+default_cmake_config &&
+
+make spring &&
+
+prepare_install &&
+
+make install-spring
--- /dev/null
+++ b/games/spring/DEPENDS
@@ -0,0 +1,18 @@
+depends cmake
+depends p7zip
+depends SDL
+depends boost
+depends devil
+depends openal
+depends zlib
+depends freetype2
+depends libogg
+depends libvorbis
+depends %GLX
+
+# this is required for man pages, but spring seems unable
+# to find docbook-xsl, so these will not be generated anyway
+#depends asciidoc
+
+optional_depends Python "" "" "for AI Interfaces and Skirmish AIs"
+optional_depends sun-jdk "" "" "for AI Interfaces and Skirmish AIs"
--- /dev/null
+++ b/games/spring/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=spring
+         VERSION=92.0
+          SOURCE=${MODULE}_${VERSION}_src.tar.lzma
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE}_${VERSION}
+      SOURCE_URL=$SFORGE_URL/springrts/springrts/$MODULE-$VERSION
+      SOURCE_VFY=sha1:a0450e910e1079e6bc50158873177b2647e9e80a
+        WEB_SITE=http://springrts.com
+         ENTERED=20130215
+         UPDATED=20130215
+           SHORT="3D real time strategy engine"
+
+cat << EOF
+Spring is a versatile 3D RTS game engine.
+Using extensively Lua for scripting game-specific code
+to make nearly every aspect of the engine customizable,
+from GUI, to unit AI, to pathfinding.
+EOF




More information about the Lunar-commits mailing list