From d1e6b114920f6e956d74fd6aeeb5161cbfab1e4f Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 15:25:20 +0000 Subject: games/4do-libretro: Updated for version 2017.12.16_9a29f31. Signed-off-by: David Spencer --- games/4do-libretro/4do-libretro.SlackBuild | 14 +++++++------- games/4do-libretro/4do-libretro.info | 6 +++--- games/4do-libretro/slack-desc | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'games') diff --git a/games/4do-libretro/4do-libretro.SlackBuild b/games/4do-libretro/4do-libretro.SlackBuild index 683334a0a5..9e7e807b6d 100644 --- a/games/4do-libretro/4do-libretro.SlackBuild +++ b/games/4do-libretro/4do-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for 4do-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=4do-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.01.24_b8b029b} +VERSION=${VERSION:-2017.12.16_9a29f31} 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 {} \; -make DEBUG=$DEBUG GIT_VERSION=${VERSION#*_} +[ "${DEBUG:=0}" != 0 ] && DEBUG=1 + +make DEBUG=$DEBUG GIT_VERSION="${VERSION#*_}" 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/4do-libretro/4do-libretro.info b/games/4do-libretro/4do-libretro.info index 2b29073f77..7822cf93f2 100644 --- a/games/4do-libretro/4do-libretro.info +++ b/games/4do-libretro/4do-libretro.info @@ -1,8 +1,8 @@ PRGNAM="4do-libretro" -VERSION="2017.01.24_b8b029b" +VERSION="2017.12.16_9a29f31" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/4do-libretro-2017.01.24_b8b029b.tar.xz" -MD5SUM="d7ea522d9d730191b6c161b1b7df721f" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/4do-libretro-2017.12.16_9a29f31.tar.xz" +MD5SUM="24760f321fc9680fd5f6ef251ed34b31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" diff --git a/games/4do-libretro/slack-desc b/games/4do-libretro/slack-desc index b571927659..b3c1c21c7c 100644 --- a/games/4do-libretro/slack-desc +++ b/games/4do-libretro/slack-desc @@ -11,7 +11,7 @@ 4do-libretro: 4DO is a 3DO video game system emulator that can be used as a 4do-libretro: libretro core. 4do-libretro: -4do-libretro: Homepage: http://www.libretro.com/ +4do-libretro: Homepage: https://www.libretro.com/ 4do-libretro: 4do-libretro: 4do-libretro: -- cgit v1.2.3-80-g2a13