diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-05 00:06:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:26 +0700 |
commit | 04164efe64c176f67616cef6e1c36abf16a65ede (patch) | |
tree | 06d25b64da8076a2f63aba628acc274276cbf986 /games | |
parent | b754c6f7e7f3bb5f939c0dc55cf2be8156d4eeec (diff) | |
download | slackbuilds-04164efe64c176f67616cef6e1c36abf16a65ede.tar.gz |
games/snes9x2005: Updated for version 2017.01.29_b6006bc.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/snes9x2005/README | 2 | ||||
-rw-r--r-- | games/snes9x2005/snes9x2005.SlackBuild | 4 | ||||
-rw-r--r-- | games/snes9x2005/snes9x2005.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/snes9x2005/README b/games/snes9x2005/README index af4299709c..b1b3a44c33 100644 --- a/games/snes9x2005/README +++ b/games/snes9x2005/README @@ -1,5 +1,5 @@ snes9x2005 is a Super Nintendo video game system emulator based on -Snes9x 1.43 that can be used as a libretro core. +Snes9x 1.43 that can be used as a libretro core. This package was previously called CATSFC-libretro. diff --git a/games/snes9x2005/snes9x2005.SlackBuild b/games/snes9x2005/snes9x2005.SlackBuild index d2c1e54a82..637bb4931a 100644 --- a/games/snes9x2005/snes9x2005.SlackBuild +++ b/games/snes9x2005/snes9x2005.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=snes9x2005 LIBNAM=${PRGNAM}_libretro -VERSION=${VERSION:-2016.08.06_89aaca5} +VERSION=${VERSION:-2017.01.29_b6006bc} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ make DEBUG=$DEBUG HAVE_GRIFFIN=$GRIFFIN 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/snes9x2005/snes9x2005.info b/games/snes9x2005/snes9x2005.info index 4a7271ff73..a44365a326 100644 --- a/games/snes9x2005/snes9x2005.info +++ b/games/snes9x2005/snes9x2005.info @@ -1,8 +1,8 @@ PRGNAM="snes9x2005" -VERSION="2016.08.06_89aaca5" +VERSION="2017.01.29_b6006bc" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2005-2016.08.06_89aaca5.tar.xz" -MD5SUM="e373d914c2ef58db5c5e541d1c43b29f" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x2005-2017.01.29_b6006bc.tar.xz" +MD5SUM="145e431ce53129aae4d3deada77ed1c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |