summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 20:50:40 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:13 +0700
commitd4d21f316f5491a7aa9cdba04d9240510ac62b64 (patch)
treedc707c8915e5a75d4594d360637092ce873f999d /games
parentc8c6804a356e8ddb195e826f793a6ebf37e2cfe1 (diff)
downloadslackbuilds-d4d21f316f5491a7aa9cdba04d9240510ac62b64.tar.gz
slackbuilds-d4d21f316f5491a7aa9cdba04d9240510ac62b64.tar.xz
games/QuickNES-Core: Updated for version 2017.01.24_f7238df.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/QuickNES-Core/QuickNES-Core.SlackBuild6
-rw-r--r--games/QuickNES-Core/QuickNES-Core.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/QuickNES-Core/QuickNES-Core.SlackBuild b/games/QuickNES-Core/QuickNES-Core.SlackBuild
index 73edad7b60..77679c3d19 100644
--- a/games/QuickNES-Core/QuickNES-Core.SlackBuild
+++ b/games/QuickNES-Core/QuickNES-Core.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=QuickNES-Core
LIBNAM=quicknes_libretro
-VERSION=${VERSION:-2016.03.01_55379b9}
+VERSION=${VERSION:-2017.01.24_f7238df}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,12 +74,12 @@ 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
+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}" = "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/QuickNES-Core/QuickNES-Core.info b/games/QuickNES-Core/QuickNES-Core.info
index 1f7290222f..4f8ea0718b 100644
--- a/games/QuickNES-Core/QuickNES-Core.info
+++ b/games/QuickNES-Core/QuickNES-Core.info
@@ -1,8 +1,8 @@
PRGNAM="QuickNES-Core"
-VERSION="2016.03.01_55379b9"
+VERSION="2017.01.24_f7238df"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/QuickNES-Core-2016.03.01_55379b9.tar.xz"
-MD5SUM="8ec98a433d5e0494f061cff8757a0b5b"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/QuickNES-Core-2017.01.24_f7238df.tar.xz"
+MD5SUM="fbd366ed8ac6677ea79f1cd423be2170"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"