games/ioquake3: Updated for revision 2187.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
M.Dinslage 2011-10-30 17:40:39 -05:00 committed by Niels Horn
parent 7cfd9c3b69
commit 4f851ad7bc
2 changed files with 14 additions and 13 deletions

View file

@ -5,7 +5,7 @@
# Written by M.Dinslage contact: daedra1980@gmail.com
PRGNAM=ioquake3
VERSION=r1959
VERSION=r2187
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -71,13 +71,15 @@ chmod 0755 $PKG/usr/games/ioquake3
# For some reason the installer doesn't seem to want to copy SMP executable
# so we take care of it outselves :). Also lets change the .desktop file to
# launch the SMP version
if [ "${SMP:-NO}" = "NO" ]; then
SMP=""
else
cp $TMP/$PRGNAM/build/release-linux-*/ioquake3-smp.* $PKG/usr/share/games/quake3
sed -i 's,ioquake3.*,ioquake3-smp.*,g' $PKG/usr/games/ioquake3
fi
# launch the SMP version.
# This seems to be obsolete now, but I am going to leave it here
# commented out for at least one more udpate "just incase"
#if [ "${SMP:-NO}" = "NO" ]; then
# SMP=""
#else
# cp $TMP/$PRGNAM/build/release-linux-*/ioquake3-smp.* $PKG/usr/share/games/quake3
# sed -i 's,ioquake3.*,ioquake3-smp.*,g' $PKG/usr/games/ioquake3
#fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a BUGS ChangeLog NOTTODO README TODO id-readme.txt $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,13 +1,12 @@
PRGNAM="ioquake3"
VERSION="r1959"
VERSION="r2187"
HOMEPAGE="http://ioquake3.org/"
DOWNLOAD="http://www.mostlyslack.com/quakestuff/ioquake3-r1959.tar.gz \
DOWNLOAD="http://www.mostlyslack.com/quakestuff/ioquake3-r2187.tar.gz \
http://www.mostlyslack.com/quakestuff/quake3-latest-pk3s.zip"
MD5SUM="d5c2a5051386e7211f48a0a209ec4980 \
MD5SUM="9a80b29d83a7f947c7cd1d8337bebe52 \
308929f1a6b7068c9912c0759e3b0695"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="M.Dinslage"
EMAIL="daedra1980@gmail.com"
APPROVED="dsomero"
APPROVED="dsomero,Erik Hanson"