summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 23:31:24 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:23 +0700
commit9f6e48ecad5f743becc20262678ba9ca382d87cc (patch)
treea2ef8f31138bd6029a90cb9e8c939c3e0eb7be43 /games
parent1d3d424c41708a5f7830407b18bba570bb0d0ac3 (diff)
downloadslackbuilds-9f6e48ecad5f743becc20262678ba9ca382d87cc.tar.gz
slackbuilds-9f6e48ecad5f743becc20262678ba9ca382d87cc.tar.xz
games/meteor-libretro: Updated for version 2017.01.24_b7f5c82.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/meteor-libretro/meteor-libretro.SlackBuild4
-rw-r--r--games/meteor-libretro/meteor-libretro.info6
2 files changed, 5 insertions, 5 deletions
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"