summaryrefslogtreecommitdiffstats
path: root/games/glestae
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2011-01-01 12:00:45 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-01-02 00:27:35 -0600
commit0df36d249d5d1496e6c1fa99f1c6d7c1fa1334c0 (patch)
tree9b4b08a565dc003454e5bbeee20607e726030e98 /games/glestae
parentca63af4dfb2d339340fa3bfa262834d46228f818 (diff)
downloadslackbuilds-0df36d249d5d1496e6c1fa99f1c6d7c1fa1334c0.tar.gz
slackbuilds-0df36d249d5d1496e6c1fa99f1c6d7c1fa1334c0.tar.xz
games/glestae: Updated for version 0.3.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/glestae')
-rw-r--r--games/glestae/README2
-rw-r--r--games/glestae/glestae.SlackBuild3
-rw-r--r--games/glestae/glestae.info8
3 files changed, 6 insertions, 7 deletions
diff --git a/games/glestae/README b/games/glestae/README
index 7fb5f5c471..b3dfba8570 100644
--- a/games/glestae/README
+++ b/games/glestae/README
@@ -5,4 +5,4 @@ develop higher quality 3D real-time strategy games for all major platforms.
Glest Advanced Engine requires lua, OpenAL and physfs.
Optionally glestae can use wxGTK/wxPython and cppunit. wxGTK/wxPython will
-build the optional gae_mapeditor, gae_g3dviewer, and glest_configurator.
+build the optional gae_mapeditor and gae_g3dviewer.
diff --git a/games/glestae/glestae.SlackBuild b/games/glestae/glestae.SlackBuild
index 87c181721a..5387e89706 100644
--- a/games/glestae/glestae.SlackBuild
+++ b/games/glestae/glestae.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glestae
-VERSION=0.3.1
+VERSION=0.3.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,6 @@ cd build
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DGAE_USE_PHYSFS=ON \
-DBUILD_TYPE=Release ..
make VERBOSE=1
diff --git a/games/glestae/glestae.info b/games/glestae/glestae.info
index 4952d0cddd..0afaf2096c 100644
--- a/games/glestae/glestae.info
+++ b/games/glestae/glestae.info
@@ -1,10 +1,10 @@
PRGNAM="glestae"
-VERSION="0.3.1"
+VERSION="0.3.2"
HOMEPAGE="http://sourceforge.net/apps/trac/glestae/"
-DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.1.tar.bz2"
-MD5SUM="dab6c10767e4ad40a9db87411be8edd6"
+DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.2.tar.bz2"
+MD5SUM="73380f539ddd4c871f695120ba0bf27b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"