games/beetle-gba-libretro: Updated for version 2017.12.17_8e5230c.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3eedb2a34f
commit
a4e0b82e23
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for beetle-gba-libretro
|
||||
|
||||
# Copyright 2016 Hunter Sezen
|
||||
# Copyright 2016-2017 Hunter Sezen
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=beetle-gba-libretro
|
||||
VERSION=${VERSION:-2017.01.24_1f948a6}
|
||||
VERSION=${VERSION:-2017.12.17_8e5230c}
|
||||
LIBNAM=mednafen_gba_libretro
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -57,9 +57,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DEBUG=${DEBUG:-0}
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -74,12 +72,14 @@ 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 {} \;
|
||||
|
||||
[ "${DEBUG:=0}" != 0 ] && DEBUG=1
|
||||
|
||||
make DEBUG=$DEBUG
|
||||
|
||||
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
||||
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
|
||||
|
||||
if [ "$DEBUG" = "0" ]; then
|
||||
if [ $DEBUG = 0 ]; then
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="beetle-gba-libretro"
|
||||
VERSION="2017.01.24_1f948a6"
|
||||
VERSION="2017.12.17_8e5230c"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-gba-libretro-2017.01.24_1f948a6.tar.xz"
|
||||
MD5SUM="8d7533ae9d5888fcd531acb6550dfd3e"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-gba-libretro-2017.12.17_8e5230c.tar.xz"
|
||||
MD5SUM="b3baa01b05de5c860c1103d802b062e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
|
@ -11,7 +11,7 @@ beetle-gba-libretro:
|
|||
beetle-gba-libretro: Standalone port of Mednafen GBA to libretro, itself a fork of VBA-M,
|
||||
beetle-gba-libretro: itself a fork of Visual Boy Advance.
|
||||
beetle-gba-libretro:
|
||||
beetle-gba-libretro: Homepage: http://www.libretro.com/
|
||||
beetle-gba-libretro: Homepage: https://www.libretro.com/
|
||||
beetle-gba-libretro:
|
||||
beetle-gba-libretro:
|
||||
beetle-gba-libretro:
|
||||
|
|
Loading…
Reference in New Issue