games/ioquake3: Updated for version r20140120.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2015-01-20 22:08:09 +07:00 committed by Willy Sudiarto Raharjo
parent 1f6a6bccec
commit a8620fbd1b
2 changed files with 11 additions and 12 deletions

View file

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

View file

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