diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-12-20 20:36:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:26 +0700 |
commit | f324a0f34d84d62df1febd2fd1f3862265df93e3 (patch) | |
tree | 84c472a2e8443704d79d45a5f2e2163a63f1f16b /games/fmsx-libretro | |
parent | 6f75fec3e1c6805ff91ed8a9488fff7c5cfd09a2 (diff) |
games/fmsx-libretro: Updated for version 2017.10.23_8ca1dca.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/fmsx-libretro')
-rw-r--r-- | games/fmsx-libretro/fmsx-libretro.SlackBuild | 12 | ||||
-rw-r--r-- | games/fmsx-libretro/fmsx-libretro.info | 6 | ||||
-rw-r--r-- | 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 97b4245d0d07..69876612ab15 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 b32798cdde02..b8bbf84c720b 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 bc6b5f6ce63b..c2b12f6d7ade 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: |