games/warzone2100: Updated for version 3.1.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Fillpot 2013-03-03 15:33:47 -06:00 committed by Robby Workman
parent 49c88fe9db
commit 348bd8042b
4 changed files with 18 additions and 14 deletions

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"