[Lunar-commits] ufoai: UFO: ALIEN INVASION is a squad-based tactical strategy game in
Florin Braescu
florin at lunar-linux.org
Tue Jan 15 02:04:15 CET 2008
commit 41c4ea2e8da470bb4d89613c97e1f3cee00d37af
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 15 03:04:15 2008 +0200
ufoai: UFO: ALIEN INVASION is a squad-based tactical strategy game in
the tradition of the old X-COM PC games.
---
games/ufoai/BUILD | 11 +++++++++++
games/ufoai/DEPENDS | 8 ++++++++
games/ufoai/DETAILS | 23 +++++++++++++++++++++++
games/ufoai/PRE_BUILD | 3 +++
4 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/games/ufoai/BUILD b/games/ufoai/BUILD
new file mode 100644
index 0000000..3ee605d
--- /dev/null
+++ b/games/ufoai/BUILD
@@ -0,0 +1,11 @@
+(
+
+ default_game_build &&
+
+ for FILE in $SOURCE_DIRECTORY/base/*.pk3; do
+ install -m644 $FILE /usr/share/games/ufoai/base/
+ done
+
+# cp -fR $SOURCE_DIRECTORY/base /usr/share/games/ufoai
+
+) > $C_FIFO 2>&1
diff --git a/games/ufoai/DEPENDS b/games/ufoai/DEPENDS
new file mode 100644
index 0000000..ca1ba4a
--- /dev/null
+++ b/games/ufoai/DEPENDS
@@ -0,0 +1,8 @@
+depends %GLX
+depends SDL_ttf
+depends SDL_mixer
+depends libvorbis
+depends curl
+depends libpng
+depends jpeg
+
diff --git a/games/ufoai/DETAILS b/games/ufoai/DETAILS
new file mode 100644
index 0000000..612af66
--- /dev/null
+++ b/games/ufoai/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=ufoai
+ VERSION=2.2
+ SOURCE=$MODULE-$VERSION-source.tar.bz2
+ SOURCE1=$MODULE-$VERSION-data.tar
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE1_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:6849bbfbba269689fdbfad7cbef9787224eaf466
+ SOURCE1_VFY=sha1:ea09c483adac853abef388cd74753dc46214d61c
+ WEB_SITE=http://ufoai.sf.net
+ ENTERED=20080115
+ UPDATED=20080115
+ MAINTAINER=florin at lunar-linux.org
+ SHORT="A squad-based tactical strategy game"
+
+cat << EOF
+UFO: ALIEN INVASION is a squad-based tactical strategy game in the
+tradition of the old X-COM PC games, but with a twist. Our game
+combines military realism with hard science-fiction and the weirdness
+of an alien invasion. The carefully constructed turn-based system
+gives you pin-point control of your squad while maintaining a sense
+of pace and danger.
+EOF
diff --git a/games/ufoai/PRE_BUILD b/games/ufoai/PRE_BUILD
new file mode 100644
index 0000000..641f57f
--- /dev/null
+++ b/games/ufoai/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE1
More information about the Lunar-commits
mailing list