diff options
author | David Fillpot <mfillpot@gmail.com> | 2013-03-03 15:33:47 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 15:33:47 -0600 |
commit | 348bd8042bbe32acd729ae39314a9d0f5651a9f0 (patch) | |
tree | da0f286f77239ffb33f0fd2a066f497d36bb91e0 | |
parent | 49c88fe9dbc1ca0bedc743f59b9905b0bb171bec (diff) | |
download | slackbuilds-348bd8042bbe32acd729ae39314a9d0f5651a9f0.tar.gz |
games/warzone2100: Updated for version 3.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | games/warzone2100/README | 4 | ||||
-rw-r--r-- | games/warzone2100/README.movies | 11 | ||||
-rw-r--r-- | games/warzone2100/warzone2100.SlackBuild | 7 | ||||
-rw-r--r-- | games/warzone2100/warzone2100.info | 10 |
4 files changed, 18 insertions, 14 deletions
diff --git a/games/warzone2100/README b/games/warzone2100/README index e0d7794c73..1137cc9e42 100644 --- a/games/warzone2100/README +++ b/games/warzone2100/README @@ -1,11 +1,13 @@ This is an improved version of Warzone 2100, a 3D science fiction real time strategy game developed by Pumpkin Studios and published by Eidos Interactive in 1999. - + Warzone 2100 offers campaign, tutorial, multi-player and single-player skirmish game modes, unit designer, unit experience system, and everything you would expect from a modern RTS game. +The 3.1 series does not transfer the 2.3 series saved games. + If you wish to include the animated movies, read the README.movies file. GLee is an optional dependency. diff --git a/games/warzone2100/README.movies b/games/warzone2100/README.movies index f6b9804036..caa545d894 100644 --- a/games/warzone2100/README.movies +++ b/games/warzone2100/README.movies @@ -1,14 +1,17 @@ Due to the extensive size of the movie files, the movies are not included with the source code. If you decide to include the movies you will have to -download one of the following files into ~/.warzone-2.3/ for each user that +download one of the following files into ~/.warzone-3.1/ for each user that plays the game, the files will not be needed until after the app is compiled and installed. +Quality: High +Size: +Download: http://sourceforge.net/projects/warzone2100/files/warzone2100/Videos/high-quality-en/sequences.wz/download + Quality: Standard Size: 545MB -Download: http://downloads.sourceforge.net/warzone2100/warzone2100/Videos/2.2/standard-quality-en/sequences.wz/download +Download: http://sourceforge.net/projects/warzone2100/files/warzone2100/Videos/standard-quality-en/sequences.wz/download Quality: Low Size: 162MB -Download: http://downloads.sourceforge.net/warzone2100/warzone2100/Videos/2.2/low-quality-en/sequences.wz - +Download: http://sourceforge.net/projects/warzone2100/files/warzone2100/Videos/low-quality-en/sequences.wz/download diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild index 180d1af959..3160776ec5 100644 --- a/games/warzone2100/warzone2100.SlackBuild +++ b/games/warzone2100/warzone2100.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for Warzone 2100 -# Copyright 2011 Matthew "mfillpot" Fillpot +# Copyright 2013 David Fillpot # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=warzone2100 -VERSION=${VERSION:-2.3.8} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ set -e rm -rf $PKG $TMP/$PRGNAM-$VERSION mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -91,7 +91,6 @@ find $PKG -name perllocal.pod \ -o -name "*.bs" \ | xargs rm -f - # Let's not pollute the themed icon directory mv $PKG/usr/share/icons $PKG/usr/share/pixmaps diff --git a/games/warzone2100/warzone2100.info b/games/warzone2100/warzone2100.info index 0396199db3..402963e9f5 100644 --- a/games/warzone2100/warzone2100.info +++ b/games/warzone2100/warzone2100.info @@ -1,10 +1,10 @@ PRGNAM="warzone2100" -VERSION="2.3.8" +VERSION="3.1.0" HOMEPAGE="http://wz2100.net" -DOWNLOAD="http://downloads.sourceforge.net/warzone2100/warzone2100-2.3.8.tar.gz" -MD5SUM="612306c1b6a9d38b632ea3168b824f5e" +DOWNLOAD="http://downloads.sourceforge.net/warzone2100/warzone2100-3.1.0.tar.xz" +MD5SUM="7f061f3e5a2a6a83c146508ccefabd86" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL physfs quesoglc" -MAINTAINER="Matthew Fillpot" -EMAIL="mfilpot@gmail.com" +MAINTAINER="David Fillpot" +EMAIL="mfillpot@gmail.com" |