mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/ioquake3: Updated for version r20140120.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f6a6bccec
commit
a8620fbd1b
2 changed files with 11 additions and 12 deletions
|
@ -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,13 +52,12 @@ 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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue