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/armagetronad.SlackBuild | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'games/armagetronad/armagetronad.SlackBuild') 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 . -- cgit v1.2.3-80-g2a13