mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/armagetronad: Updated for version 0.2.8.3.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6861b3c046
commit
aa6cf79237
3 changed files with 25 additions and 7 deletions
|
@ -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-<version>/
|
||||
Full documentation exists in /usr/doc/armagetronad-$VERSION/
|
||||
|
||||
The armagetronad server initscript is stored as:
|
||||
/usr/share/games/armagetronad/scripts/rcd_master
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue