games/openarena: Updated for version 0.8.1

This commit is contained in:
Chess Griffin 2010-05-13 00:26:48 +02:00 committed by David Somero
parent 2c69ddb024
commit 3efec814b0
3 changed files with 3 additions and 6 deletions

View file

@ -15,8 +15,3 @@ Please be advised that the main game zip file, oa080.zip, is about
direct link, but it is very, very slow. You may wish to visit the
openarena homepage (openarena.ws), click on "Files," and look for
much faster download sites that do not offer direct links.
Note: this SlackBuild sets things up for i386, but 64 bit binaries are
also copied into the game directory, so with minor edits to the two
launchers (see SlackBuild for instructions) this script could be used
with 64 bit systems, but this is untested.

View file

@ -119,4 +119,4 @@ fi
chmod 755 $PKG/usr/games/openarena*
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$FINAL_VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$FINAL_VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="openarena"
VERSION="0.8.1"
HOMEPAGE="http://www.openarena.ws"
DOWNLOAD="http://download.tuxfamily.net/openarena/rel/081/oa081.zip"
DOWNLOAD_x86_64=""
MD5SUM="49006bcb02b4e8ea3d06749e8f4e4887"
MD5SUM_x86_64=""
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
APPROVED="dsomero"