diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:26:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:26:48 +0200 |
commit | 3efec814b0cfe2332e3ba518078ee1cabaff8460 (patch) | |
tree | 6fc7f6b8f6574e361d9d108f3fa591de84a3f456 /games/openarena | |
parent | 2c69ddb0243f99506866603ee68e2715a5f9f2f6 (diff) |
games/openarena: Updated for version 0.8.1
Diffstat (limited to 'games/openarena')
-rw-r--r-- | games/openarena/README | 5 | ||||
-rw-r--r-- | games/openarena/openarena.SlackBuild | 2 | ||||
-rw-r--r-- | games/openarena/openarena.info | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/openarena/README b/games/openarena/README index 221c6299d9371..3930d68d20ff4 100644 --- a/games/openarena/README +++ b/games/openarena/README @@ -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. diff --git a/games/openarena/openarena.SlackBuild b/games/openarena/openarena.SlackBuild index 6dbc75b0ac513..839e431c0c89d 100644 --- a/games/openarena/openarena.SlackBuild +++ b/games/openarena/openarena.SlackBuild @@ -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} diff --git a/games/openarena/openarena.info b/games/openarena/openarena.info index de78e61f04ea9..b11b12bf0b184 100644 --- a/games/openarena/openarena.info +++ b/games/openarena/openarena.info @@ -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" |