From cb0b8510e615ff355701fb6acdb52cdcaf04c284 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 7 Dec 2013 17:03:49 +0100 Subject: games/Scorched3D: Updated for version 43.3d. Signed-off-by: Matteo Bernardini --- games/Scorched3D/Scorched3D.SlackBuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'games/Scorched3D/Scorched3D.SlackBuild') diff --git a/games/Scorched3D/Scorched3D.SlackBuild b/games/Scorched3D/Scorched3D.SlackBuild index ea65c2131f..c5b296e0af 100644 --- a/games/Scorched3D/Scorched3D.SlackBuild +++ b/games/Scorched3D/Scorched3D.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Scorched3D -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Scorched3D -VERSION=43.1c -BUILD=${BUILD:-2} +VERSION=43.3d +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -61,6 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf scorched rm -rf scorched-dep-osx +rm -rf scorched-dep-win32 tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz cd scorched chown -R root:root . @@ -70,12 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#fix detection of OpenAL -patch -p1 -i $CWD/scorched3d-42.1-fixups.patch - -#fix building with libpng14 -patch -p0 -i $CWD/scorched3d-43.1c-libpng14.patch - #fix for glibc-2.15 http://www.scorched3d.co.uk/mantisbt/view.php?id=156 patch -p1 -i $CWD/scorched-svn_glibc-2.15_fix.patch -- cgit v1.2.3