diff options
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 18 | ||||
-rw-r--r-- | games/ioquake3/ioquake3.info | 9 |
2 files changed, 14 insertions, 13 deletions
diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index e55f3e8cdc..b935da101c 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -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 diff --git a/games/ioquake3/ioquake3.info b/games/ioquake3/ioquake3.info index 70bc11ac6b..322f89c316 100644 --- a/games/ioquake3/ioquake3.info +++ b/games/ioquake3/ioquake3.info @@ -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" |