diff options
Diffstat (limited to 'games/armagetronad/armagetronad.SlackBuild')
-rw-r--r-- | games/armagetronad/armagetronad.SlackBuild | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/games/armagetronad/armagetronad.SlackBuild b/games/armagetronad/armagetronad.SlackBuild index 2c2c9bbdc7d53..9b8a84e3d4afe 100644 --- a/games/armagetronad/armagetronad.SlackBuild +++ b/games/armagetronad/armagetronad.SlackBuild @@ -1,10 +1,28 @@ #!/bin/sh -# Written by Matteo Bernardini <ponce@slackbuilds.org> +# Copyright 2010-2015 Matteo Bernardini <ponce@slackbuilds.org>, 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 . |