From 62d14fd71b1d2176caddb628de0f05c9530cc6ab Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 20:47:24 +0000 Subject: games/libretro-desmume: Updated for version 2017.10.24_9464582. Signed-off-by: David Spencer --- games/libretro-desmume/libretro-desmume.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games/libretro-desmume/libretro-desmume.SlackBuild') diff --git a/games/libretro-desmume/libretro-desmume.SlackBuild b/games/libretro-desmume/libretro-desmume.SlackBuild index c51e387a9951..6fd843459685 100644 --- a/games/libretro-desmume/libretro-desmume.SlackBuild +++ b/games/libretro-desmume/libretro-desmume.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libretro-desmume -# 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=libretro-desmume LIBNAM=desmume_libretro -VERSION=${VERSION:-2017.01.24_62786c58} +VERSION=${VERSION:-2017.10.24_9464582} 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 -C desmume -f Makefile.libretro DEBUG=$DEBUG install -Dm0644 desmume/$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 -- cgit v1.2.3