[Lunar-commits] <moonbase> warzone2100: a 3D realtime startegy game.
Florin Braescu
florin at lunar-linux.org
Sat Jun 6 19:25:58 CEST 2009
commit 3e492c5e8e3bc8e6820c810532a891579d6b0855
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jun 6 20:25:58 2009 +0300
warzone2100: a 3D realtime startegy game.
---
games/warzone2100/BUILD | 12 ++++++++++++
games/warzone2100/DEPENDS | 8 ++++++++
games/warzone2100/DETAILS | 14 ++++++++++++++
3 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/games/warzone2100/BUILD b/games/warzone2100/BUILD
new file mode 100644
index 0000000..c8e3f49
--- /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/icons:" icons/Makefile.in &&
+ sedit "s:\$(DESTDIR)\$(applicationdir):/usr/share/applications:" icons/Makefile.in &&
+
+ default_game_build
+
+) > $C_FIFO 2>&1
diff --git a/games/warzone2100/DEPENDS b/games/warzone2100/DEPENDS
new file mode 100644
index 0000000..db451df
--- /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"
diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS
new file mode 100644
index 0000000..e0e2d54
--- /dev/null
+++ b/games/warzone2100/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=warzone2100
+ VERSION=2.2.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:f119911e28a9ac23b2ad86834091f77e8f3ec7da
+ WEB_SITE=http://wz2100.net
+ ENTERED=20090606
+ UPDATED=20090606
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="3D realtime strategy game"
+
+cat << EOF
+Warzone 2100 is a 3D realtime strategy game on a future Earth.
+EOF
More information about the Lunar-commits
mailing list