[Lunar-commits] <moonbase-other> warzone2100: readded to -other
v4hn
me at v4hn.de
Thu Jan 3 13:34:21 CET 2013
commit 9270376e58e3e993bf5570ca13c2d4afc8a12cfd
Author: v4hn <me at v4hn.de>
Date: Thu, 03 Jan 2013 04:34:21 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/9270376e58e3e993bf5570ca13c2d4afc8a12cfd
warzone2100: readded to -other
---
games/warzone2100/BUILD | +12/-0
games/warzone2100/DEPENDS | +8/-0
games/warzone2100/DETAILS | +13/-0
3 files changed, 33 insertions(+)
--- /dev/null
+++ b/games/warzone2100/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./autogen.sh &&
+
+ sedit "s:#undef _XOPEN_SOURCE::" config.h.in &&
+ sedit "s:KICK_TYPE;:KICK_TYPE = ERROR_NOERROR;:" src/multiint.c &&
+ sedit "s:\$(DESTDIR)\$(icondir):/usr/share/pixmaps:" icons/Makefile.in &&
+ sedit "s:\$(DESTDIR)\$(applicationdir):/usr/share/applications:" icons/Makefile.in &&
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/warzone2100/DEPENDS
@@ -0,0 +1,8 @@
+depends quesoglc
+depends SDL_net
+depends libtheora
+depends libpng
+depends openal
+depends physfs
+
+optional_depends "dejavu-ttf" "" "" "for DejaVu ttf fonts support"
--- /dev/null
+++ b/games/warzone2100/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=warzone2100
+ VERSION=2.3.9
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:919ba254291a9ce336ff915285a3e86cd644c81e
+ WEB_SITE=http://wz2100.net
+ ENTERED=20090606
+ UPDATED=20111025
+ SHORT="3D realtime strategy game"
+
+cat << EOF
+Warzone 2100 is a 3D realtime strategy game, set on a future Earth.
+EOF
More information about the Lunar-commits
mailing list