From 9f6e48ecad5f743becc20262678ba9ca382d87cc Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 4 Feb 2017 23:31:24 +0000 Subject: games/meteor-libretro: Updated for version 2017.01.24_b7f5c82. Signed-off-by: David Spencer --- games/meteor-libretro/meteor-libretro.SlackBuild | 4 ++-- games/meteor-libretro/meteor-libretro.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/meteor-libretro/meteor-libretro.SlackBuild b/games/meteor-libretro/meteor-libretro.SlackBuild index 5a15fd5476..8f35fc7e39 100644 --- a/games/meteor-libretro/meteor-libretro.SlackBuild +++ b/games/meteor-libretro/meteor-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=meteor-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2015.10.16_38b10c0} +VERSION=${VERSION:-2017.01.24_b7f5c82} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG install -Dm0644 libretro/$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/meteor-libretro/meteor-libretro.info b/games/meteor-libretro/meteor-libretro.info index c1418e930e..b0699cecde 100644 --- a/games/meteor-libretro/meteor-libretro.info +++ b/games/meteor-libretro/meteor-libretro.info @@ -1,8 +1,8 @@ PRGNAM="meteor-libretro" -VERSION="2015.10.16_38b10c0" +VERSION="2017.01.24_b7f5c82" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/meteor-libretro-2015.10.16_38b10c0.tar.xz" -MD5SUM="b5a5bb9bc81bc1061cd2a18983d6fe95" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/meteor-libretro-2017.01.24_b7f5c82.tar.xz" +MD5SUM="594b0dcd3d3d4ba86e033515cc3636d2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" -- cgit v1.2.3