diff options
-rw-r--r-- | games/meteor-libretro/meteor-libretro.SlackBuild | 12 | ||||
-rw-r--r-- | games/meteor-libretro/meteor-libretro.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/meteor-libretro/meteor-libretro.SlackBuild b/games/meteor-libretro/meteor-libretro.SlackBuild index 8f35fc7e39..7e9ed94599 100644 --- a/games/meteor-libretro/meteor-libretro.SlackBuild +++ b/games/meteor-libretro/meteor-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for meteor-libretro -# Copyright 2016 Hunter Sezen +# Copyright 2016-2017 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=meteor-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.01.24_b7f5c82} +VERSION=${VERSION:-2017.11.24_bcb6235} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,9 +57,7 @@ else LIBDIRSUFFIX="" fi -DEBUG=${DEBUG:-0} - -set -e +set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -74,12 +72,14 @@ 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 {} \; +[ "${DEBUG:=0}" != 0 ] && DEBUG=1 + 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" ]; 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 dd4f7fa632..f1d1dfda72 100644 --- a/games/meteor-libretro/meteor-libretro.info +++ b/games/meteor-libretro/meteor-libretro.info @@ -1,8 +1,8 @@ PRGNAM="meteor-libretro" -VERSION="2017.01.24_b7f5c82" +VERSION="2017.11.24_bcb6235" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/meteor-libretro-2017.01.24_b7f5c82.tar.xz" -MD5SUM="594b0dcd3d3d4ba86e033515cc3636d2" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/meteor-libretro-2017.11.24_bcb6235.tar.xz" +MD5SUM="a732f977c724c2c57b039cc5f9d19aff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |