diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-12-20 22:15:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:30 +0700 |
commit | 587afa5daff25e1f52126201fcdd5f9ff46f2298 (patch) | |
tree | 7e6e1a25c45b559daf3f4a3a4a03f2e6623aa0ce | |
parent | e232b0b5515637d84612ad473452fc7fb44f754c (diff) | |
download | slackbuilds-587afa5daff25e1f52126201fcdd5f9ff46f2298.tar.gz |
games/snes9x2002: Updated for version 2017.10.23_077f38e.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/snes9x2002/snes9x2002.SlackBuild | 12 | ||||
-rw-r--r-- | games/snes9x2002/snes9x2002.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/snes9x2002/snes9x2002.SlackBuild b/games/snes9x2002/snes9x2002.SlackBuild index ceb84427ec..d1860e2441 100644 --- a/games/snes9x2002/snes9x2002.SlackBuild +++ b/games/snes9x2002/snes9x2002.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for snes9x2002 -# Copyright 2016 Hunter Sezen California, USA +# Copyright 2016-2017 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=snes9x2002 LIBNAM=${PRGNAM}_libretro -VERSION=${VERSION:-2017.01.29_0c28605} +VERSION=${VERSION:-2017.10.23_077f38e} 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/snes9x2002/snes9x2002.info b/games/snes9x2002/snes9x2002.info index baa9da3ade..2e3a05975f 100644 --- a/games/snes9x2002/snes9x2002.info +++ b/games/snes9x2002/snes9x2002.info @@ -1,8 +1,8 @@ PRGNAM="snes9x2002" -VERSION="2017.01.29_0c28605" +VERSION="2017.10.23_077f38e" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2002-2017.01.29_0c28605.tar.xz" -MD5SUM="260d94573327540a7a8521ce0d298454" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2002-2017.10.23_077f38e.tar.xz" +MD5SUM="d3d901fc57eab09d83fb3719cd004c3c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |