[Lunar-commits] <moonbase-other> unknown-horizons: New game!
Peter de Ridder
peter at lunar-linux.org
Mon Sep 9 03:28:33 CEST 2013
commit 71d64ae230e728ddc22a2c14b4e7b0e76a33d796
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 08 Sep 2013 03:30:43 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/71d64ae230e728ddc22a2c14b4e7b0e76a33d796
unknown-horizons: New game!
---
games/unknown-horizons/BUILD | +3/-0
games/unknown-horizons/DEPENDS | +1/-0
games/unknown-horizons/DETAILS | +20/-0
games/unknown-horizons/PRE_BUILD | +2/-0
4 files changed, 26 insertions(+)
--- /dev/null
+++ b/games/unknown-horizons/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install
--- /dev/null
+++ b/games/unknown-horizons/DEPENDS
@@ -0,0 +1 @@
+depends fife
--- /dev/null
+++ b/games/unknown-horizons/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=unknown-horizons
+ VERSION=2013.2
+ SOURCE=${MODULE}-${VERSION}.tar.xz
+ SOURCE2=unknown-horizons-2013.2-install_path.patch
+ SOURCE_URL=$SFORGE_URL/unknownhorizons/
+ SOURCE2_URL=$PATCH_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:01dccb07c24aab7ab27a1b9903594a1a913f78bd
+ SOURCE2_VFY=sha1:66afbca514a6b7c6b3c0e42a7198e47b4f8ea7ca
+ WEB_SITE="http://www.unknown-horizons.org/"
+ ENTERED=20130907
+ UPDATED=20130907
+ SHORT="real-time economy simulation game"
+cat <<EOF
+Unknown Horizons is a 2D realtime strategy simulation with an emphasis
+on economy and city building. Expand your small settlement to a strong
+and wealthy colony, collect taxes and supply your inhabitants with
+valuable goods. Increase your power with a well balanced economy and
+with strategic trade and diplomacy.
+EOF
--- /dev/null
+++ b/games/unknown-horizons/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list