From 7d76d09145196193fe21f4d0f679691612e271bc Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 20:15:30 +0000 Subject: games/blueMSX-libretro: Updated for version 2017.11.16_cb61339. Signed-off-by: David Spencer --- games/blueMSX-libretro/blueMSX-libretro.SlackBuild | 12 ++++++------ games/blueMSX-libretro/blueMSX-libretro.info | 6 +++--- games/blueMSX-libretro/slack-desc | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'games/blueMSX-libretro') diff --git a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild index 4b11a2d63c..619f389d83 100644 --- a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild +++ b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for blueMSX-libretro -# Copyright 2016 Hunter Sezen +# Copyright 2016-2017 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=blueMSX-libretro LIBNAM=$(echo $PRGNAM | tr [A-Z [a-z] | tr - _) -VERSION=${VERSION:-2017.01.24_24144ba} +VERSION=${VERSION:-2017.11.16_cb61339} 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 -f Makefile.libretro 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/blueMSX-libretro/blueMSX-libretro.info b/games/blueMSX-libretro/blueMSX-libretro.info index 918cd5fcff..fdb71613ac 100644 --- a/games/blueMSX-libretro/blueMSX-libretro.info +++ b/games/blueMSX-libretro/blueMSX-libretro.info @@ -1,9 +1,9 @@ PRGNAM="blueMSX-libretro" -VERSION="2017.01.24_24144ba" +VERSION="2017.11.16_cb61339" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blueMSX-libretro-2017.01.24_24144ba.tar.xz \ +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blueMSX-libretro-2017.11.16_cb61339.tar.xz \ http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip" -MD5SUM="0b3759c8e1e73a6fe9bc5ac12a0ece82 \ +MD5SUM="2ccf30af7024c7ed973bb24f07dfbba2 \ 86faa73f3524dcad9910d15bce7057ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/games/blueMSX-libretro/slack-desc b/games/blueMSX-libretro/slack-desc index e6f8669393..7b90a3cb97 100644 --- a/games/blueMSX-libretro/slack-desc +++ b/games/blueMSX-libretro/slack-desc @@ -11,7 +11,7 @@ blueMSX-libretro: blueMSX-libretro: blueMSX is a cycle accurate emulator that emulates all generations of blueMSX-libretro: MSX computers as well as SVI, ColecoVision and Sega SG-1000. blueMSX-libretro: -blueMSX-libretro: Homepage: http://www.libretro.com/ +blueMSX-libretro: Homepage: https://www.libretro.com/ blueMSX-libretro: blueMSX-libretro: blueMSX-libretro: -- cgit v1.2.3