From aa6cf79237d04872e76c4b40b8c2a93db66a9bcc Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 4 Mar 2015 18:28:40 +0100 Subject: games/armagetronad: Updated for version 0.2.8.3.3. Signed-off-by: Matteo Bernardini --- games/armagetronad/README | 2 +- games/armagetronad/armagetronad.SlackBuild | 24 +++++++++++++++++++++--- games/armagetronad/armagetronad.info | 6 +++--- 3 files changed, 25 insertions(+), 7 deletions(-) (limited to 'games') diff --git a/games/armagetronad/README b/games/armagetronad/README index cd1675ba98..a163b69669 100644 --- a/games/armagetronad/README +++ b/games/armagetronad/README @@ -6,7 +6,7 @@ advanced AI, and network/internet play in a full OpenGL 3D environment. This build includes the game client and Master server. It will install system-wide configuration into /etc/armagetronad. -Full documentation exists in /usr/doc/armagetronad-/ +Full documentation exists in /usr/doc/armagetronad-$VERSION/ The armagetronad server initscript is stored as: /usr/share/games/armagetronad/scripts/rcd_master diff --git a/games/armagetronad/armagetronad.SlackBuild b/games/armagetronad/armagetronad.SlackBuild index 2c2c9bbdc7..9b8a84e3d4 100644 --- a/games/armagetronad/armagetronad.SlackBuild +++ b/games/armagetronad/armagetronad.SlackBuild @@ -1,10 +1,28 @@ #!/bin/sh -# Written by Matteo Bernardini +# Copyright 2010-2015 Matteo Bernardini , Pisa, Italy # based on the hollywoodb's one on 12.2 repository +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=armagetronad -VERSION=${VERSION:-0.2.8.3.2} +VERSION=${VERSION:-0.2.8.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +59,7 @@ rm -rf $PKG mkdir -p $PKG rm -rf $TMP/$PRGNAM-$VERSION cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.1.src.tar.?z* +tar xvf $CWD/$PRGNAM-$VERSION.src.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . diff --git a/games/armagetronad/armagetronad.info b/games/armagetronad/armagetronad.info index 99f7b4329e..87795dafa6 100644 --- a/games/armagetronad/armagetronad.info +++ b/games/armagetronad/armagetronad.info @@ -1,8 +1,8 @@ PRGNAM="armagetronad" -VERSION="0.2.8.3.2" +VERSION="0.2.8.3.3" HOMEPAGE="http://armagetronad.net" -DOWNLOAD="http://downloads.sourceforge.net/armagetronad/armagetronad-0.2.8.3.2.1.src.tar.bz2" -MD5SUM="9bdba18250d3313134bf69db82115ddb" +DOWNLOAD="http://downloads.sourceforge.net/armagetronad/armagetronad-0.2.8.3.3.src.tar.bz2" +MD5SUM="a67c458df7fbbab6712cf195cfa01066" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ftgl protobuf" -- cgit v1.2.3