diff options
-rw-r--r-- | games/QuickNES-Core/QuickNES-Core.SlackBuild | 6 | ||||
-rw-r--r-- | games/QuickNES-Core/QuickNES-Core.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/QuickNES-Core/QuickNES-Core.SlackBuild b/games/QuickNES-Core/QuickNES-Core.SlackBuild index 73edad7b6051..77679c3d193e 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 1f7290222f46..4f8ea0718bc6 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" |