mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/megaglest: Updated for version 3.13.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
37d3e9404a
commit
cda10d2e3a
2 changed files with 15 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for megaglest
|
||||
|
||||
# Copyright 2011-2016 Larry Hajali <larryhaj[at]gmail[dot]com>
|
||||
# Copyright 2011-2017 Larry Hajali <larryhaj[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=megaglest
|
||||
VERSION=${VERSION:-3.12.0}
|
||||
VERSION=${VERSION:-3.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -62,7 +62,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-source-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-source-embedded-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-data-$VERSION.b1.tar.xz -C $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-data-$VERSION.tar.xz -C $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
#find . -type l -exec rm -f '{}' \;
|
||||
chown -R root:root .
|
||||
|
@ -74,8 +74,8 @@ find -L . \
|
|||
|
||||
# Fix megaglest help2man when no X display is available. Use a wrapper
|
||||
# script from upstream for Xvfb that creates a temporary *fake* framebuffer.
|
||||
install -D -m 0755 $CWD/xvfb-run $TMP/$SRCDIR/bin/xvfb-run
|
||||
export PATH="$PATH:$TMP/$SRCDIR/bin"
|
||||
install -D -m 0755 $CWD/xvfb-run $TMP/$PRGNAM-$VERSION/bin/xvfb-run
|
||||
export PATH="$PATH:$TMP/$PRGNAM-$VERSION/bin"
|
||||
patch -p1 < $CWD/megaglest-help2man.patch
|
||||
patch -p1 < $CWD/megaglest-underlink.patch
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="megaglest"
|
||||
VERSION="3.12.0"
|
||||
VERSION="3.13.0"
|
||||
HOMEPAGE="http://megaglest.org/"
|
||||
DOWNLOAD="https://github.com/MegaGlest/megaglest-source/releases/download/3.12.0/megaglest-source-3.12.0.tar.xz \
|
||||
https://github.com/MegaGlest/megaglest-data/releases/download/3.12.0/megaglest-data-3.12.0.b1.tar.xz \
|
||||
https://github.com/MegaGlest/megaglest-source/releases/download/3.12.0/megaglest-source-embedded-3.12.0.tar.xz"
|
||||
MD5SUM="59a7ecda1be967fd005607519d6e320c \
|
||||
394697e65dad9807ec9d4a1962e225c6 \
|
||||
16f28a95b13940dcbaf29d06763c0e57"
|
||||
DOWNLOAD="https://github.com/MegaGlest/megaglest-source/releases/download/3.13.0/megaglest-source-3.13.0.tar.xz \
|
||||
https://github.com/MegaGlest/megaglest-data/releases/download/3.13.0/megaglest-data-3.13.0.tar.xz \
|
||||
https://github.com/MegaGlest/megaglest-source/releases/download/3.13.0/megaglest-source-embedded-3.13.0.tar.xz"
|
||||
MD5SUM="2b1020bb627de50fcf771bfcc335f8e2 \
|
||||
f9664a250cab051686367bf534d449d1 \
|
||||
0eb616b9effad7b630843182c1bcc07c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 xerces-c OpenAL lua ftgl wxPython"
|
||||
|
|
Loading…
Reference in a new issue