From f324a0f34d84d62df1febd2fd1f3862265df93e3 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 20:36:57 +0000 Subject: games/fmsx-libretro: Updated for version 2017.10.23_8ca1dca. Signed-off-by: David Spencer --- games/fmsx-libretro/fmsx-libretro.SlackBuild | 12 ++++++------ games/fmsx-libretro/fmsx-libretro.info | 6 +++--- games/fmsx-libretro/slack-desc | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/games/fmsx-libretro/fmsx-libretro.SlackBuild b/games/fmsx-libretro/fmsx-libretro.SlackBuild index 97b4245d0d..69876612ab 100644 --- a/games/fmsx-libretro/fmsx-libretro.SlackBuild +++ b/games/fmsx-libretro/fmsx-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fmsx-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=fmsx-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.01.24_0386da0} +VERSION=${VERSION:-2017.10.23_8ca1dca} 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/fmsx-libretro/fmsx-libretro.info b/games/fmsx-libretro/fmsx-libretro.info index b32798cdde..b8bbf84c72 100644 --- a/games/fmsx-libretro/fmsx-libretro.info +++ b/games/fmsx-libretro/fmsx-libretro.info @@ -1,8 +1,8 @@ PRGNAM="fmsx-libretro" -VERSION="2017.01.24_0386da0" +VERSION="2017.10.23_8ca1dca" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2017.01.24_0386da0.tar.xz" -MD5SUM="9eb5d0d4b76cf3bb60363ea67679e9fb" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2017.10.23_8ca1dca.tar.xz" +MD5SUM="c331834293b26c037ad5fff6667f474a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" diff --git a/games/fmsx-libretro/slack-desc b/games/fmsx-libretro/slack-desc index bc6b5f6ce6..c2b12f6d7a 100644 --- a/games/fmsx-libretro/slack-desc +++ b/games/fmsx-libretro/slack-desc @@ -11,7 +11,7 @@ fmsx-libretro: fmsx-libretro: fMSX is a program that emulates MSX, MSX2, and MSX2+ fmsx-libretro: 8bit home computers. fmsx-libretro: -fmsx-libretro: Homepage: http://www.libretro.com/ +fmsx-libretro: Homepage: https://www.libretro.com/ fmsx-libretro: fmsx-libretro: fmsx-libretro: -- cgit v1.2.3-80-g2a13