[Lunar-commits] <moonbase-other> ufoai: readd it to the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Jul 15 15:58:25 CEST 2012
commit d6e7391dec75d7694dcb314ff854e9b82bc8f54a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 15 Jul 2012 06:58:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d6e7391dec75d7694dcb314ff854e9b82bc8f54a
ufoai: readd it to the moonbase.
---
games/ufoai/BUILD +26/-0
games/ufoai/DEPENDS +8/-0
games/ufoai/DETAILS +26/-0
games/ufoai/PRE_BUILD +3/-0
4 files changed, 63 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/ufoai/BUILD
@@ -0,0 +1,26 @@
+(
+
+ OPTS+=" --disable-uforadiant " &&
+
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/games \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --localedir=/usr/share/locale \
+ $OPTS &&
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ default_make
+
+# for FILE in $SOURCE_DIRECTORY/base/*; do
+# install -m644 $FILE /usr/share/games/ufoai/base/
+# done
+
+# cp -fR $SOURCE_DIRECTORY/base /usr/share/games/ufoai
+
+) > $C_FIFO 2>&1
--- /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
+
--- /dev/null
+++ b/games/ufoai/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=ufoai
+ VERSION=2.3.1
+ SOURCE=$MODULE-$VERSION-source.tar.bz2
+ SOURCE1=$MODULE-$VERSION-data.tar
+ SOURCE2=$MODULE-2.3-data.patch.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE1_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:f339e9399eae6ef4661ad8b9d4f68205904810d3
+ SOURCE1_VFY=sha1:a322c3bb92b29a0265567e84b1d3287078cfae91
+ SOURCE2_VFY=sha1:4b47badff096fdbf2227a3ce9655d0fa1be98ac2
+ WEB_SITE=http://ufoai.sf.net
+ ENTERED=20080115
+ UPDATED=20101205
+ 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
--- /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