diff options
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 |
commit | 0df36d249d5d1496e6c1fa99f1c6d7c1fa1334c0 (patch) | |
tree | 9b4b08a565dc003454e5bbeee20607e726030e98 /games/glestae | |
parent | ca63af4dfb2d339340fa3bfa262834d46228f818 (diff) |
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/README | 2 | ||||
-rw-r--r-- | games/glestae/glestae.SlackBuild | 3 | ||||
-rw-r--r-- | games/glestae/glestae.info | 8 |
3 files changed, 6 insertions, 7 deletions
diff --git a/games/glestae/README b/games/glestae/README index 7fb5f5c4712e..b3dfba8570d8 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 87c181721a07..5387e8970650 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 4952d0cdddc6..0afaf2096c70 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" |