diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-12-20 15:45:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:25 +0700 |
commit | a4e0b82e23e30b025b203ddf620677e00b4d5642 (patch) | |
tree | 255f3987411147f396392191a6e7804448fc5e90 /games | |
parent | 3eedb2a34f03a69f5ef293f9ed25ac7d6e55a2ea (diff) |
games/beetle-gba-libretro: Updated for version 2017.12.17_8e5230c.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/beetle-gba-libretro/beetle-gba-libretro.SlackBuild | 12 | ||||
-rw-r--r-- | games/beetle-gba-libretro/beetle-gba-libretro.info | 6 | ||||
-rw-r--r-- | games/beetle-gba-libretro/slack-desc | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/beetle-gba-libretro/beetle-gba-libretro.SlackBuild b/games/beetle-gba-libretro/beetle-gba-libretro.SlackBuild index 40e2ec771247..fd642e0358ee 100644 --- a/games/beetle-gba-libretro/beetle-gba-libretro.SlackBuild +++ b/games/beetle-gba-libretro/beetle-gba-libretro.SlackBuild @@ -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 diff --git a/games/beetle-gba-libretro/beetle-gba-libretro.info b/games/beetle-gba-libretro/beetle-gba-libretro.info index 9210639103cf..a8dae61db42b 100644 --- a/games/beetle-gba-libretro/beetle-gba-libretro.info +++ b/games/beetle-gba-libretro/beetle-gba-libretro.info @@ -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" diff --git a/games/beetle-gba-libretro/slack-desc b/games/beetle-gba-libretro/slack-desc index 6dd121cae839..21092726dc94 100644 --- a/games/beetle-gba-libretro/slack-desc +++ b/games/beetle-gba-libretro/slack-desc @@ -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: |