mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/armagetronad: Updated for version 0.2.9.0.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a2bbfce64
commit
6782d9f31c
2 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2010-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# based on the hollywoodb's one on 12.2 repository
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=armagetronad
|
||||
VERSION=${VERSION:-0.2.8.3.4}
|
||||
VERSION=${VERSION:-0.2.9.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,9 +58,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.src.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-v$VERSION
|
||||
tar xvf $CWD/$PRGNAM-v$VERSION.tar.?z*
|
||||
cd $PRGNAM-v$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -68,8 +68,10 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./bootstrap.sh
|
||||
|
||||
# Fix wrong detection of libpng in configure
|
||||
sed -i 's|png_check_sig|png_sig_cmp|g' configure
|
||||
sed -i 's|png_check_sig|png_sig_cmp|g' configure || exit 1
|
||||
|
||||
# Using --disable-games since it peppers installation
|
||||
# paths with 'games' subdirectories and we're handling that manually.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="armagetronad"
|
||||
VERSION="0.2.8.3.4"
|
||||
VERSION="0.2.9.0.1"
|
||||
HOMEPAGE="http://www.armagetronad.org"
|
||||
DOWNLOAD="http://downloads.sf.net/armagetronad/armagetronad-0.2.8.3.4.src.tar.bz2"
|
||||
MD5SUM="451c074e8e07b57f3cb69e2e5e511749"
|
||||
DOWNLOAD="https://gitlab.com/armagetronad/armagetronad/-/archive/v0.2.9.0.1/armagetronad-v0.2.9.0.1.tar.bz2"
|
||||
MD5SUM="beeb72db9409fac3d9d4175a43a22a7f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ftgl protobuf"
|
||||
|
|
Loading…
Reference in a new issue