From 348bd8042bbe32acd729ae39314a9d0f5651a9f0 Mon Sep 17 00:00:00 2001 From: David Fillpot Date: Sun, 3 Mar 2013 15:33:47 -0600 Subject: games/warzone2100: Updated for version 3.1.0. Signed-off-by: Robby Workman --- games/warzone2100/warzone2100.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'games/warzone2100/warzone2100.SlackBuild') 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 -- cgit v1.2.3