From a8620fbd1b1a53290eb4eb308d20ad531d1679be Mon Sep 17 00:00:00 2001 From: M.Dinslage Date: Tue, 20 Jan 2015 22:08:09 +0700 Subject: games/ioquake3: Updated for version r20140120. Signed-off-by: Willy Sudiarto Raharjo --- games/ioquake3/ioquake3.SlackBuild | 15 +++++++-------- games/ioquake3/ioquake3.info | 8 ++++---- 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'games') diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index 33ab7789f7..7779ed6b49 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for ioquake3 # Copyright 2012 Matt Dinslage (daedra1980@gmail.com), Springfield, MO, USA -# All rights reserved. +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ioquake3 -VERSION=r20131127 +VERSION=${VERSION:-r20140120} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,20 +52,19 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION - chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; #Disable use of own CFLAGS, we will use defaults since we #want to be as close to the binary releases as possible #CFLAGS="$SLKCFLAGS" \ #CXXFLAGS="$SLKCFLAGS" \ -make release copyfiles USE_CODEC_VORBIS=1 COPYDIR="$PKG"/usr/share/games/quake3 +make release copyfiles USE_CODEC_VORBIS=1 COPYDIR="$PKG"/usr/share/games/quake3 # update quake3 files to newest point release (1.32) unzip $CWD/quake3-latest-pk3s.zip diff --git a/games/ioquake3/ioquake3.info b/games/ioquake3/ioquake3.info index 4dfb58b0c6..7530082043 100644 --- a/games/ioquake3/ioquake3.info +++ b/games/ioquake3/ioquake3.info @@ -1,12 +1,12 @@ PRGNAM="ioquake3" -VERSION="r20131127" +VERSION="r20140120" HOMEPAGE="http://ioquake3.org/" -DOWNLOAD="https://dl.dropboxusercontent.com/u/85079539/ioquake3-r20131127.tar.gz \ +DOWNLOAD="https://dl.dropboxusercontent.com/u/85079539/ioquake3-r20140120.tar.gz \ http://files.matchlessgaming.com/misc/quake3-latest-pk3s.zip" -MD5SUM="63dec5d5862f5a66b8fda6421af8324b \ +MD5SUM="2ba026d246a1a52006f901e6e2505e2c \ 308929f1a6b7068c9912c0759e3b0695" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenAL" +REQUIRES="OpenAL SDL2" MAINTAINER="M.Dinslage" EMAIL="daedra1980@gmail.com" -- cgit v1.2.3