diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 21:45:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:17 +0700 |
commit | 63fffc6d626d75b201cbbffd678330012e706e02 (patch) | |
tree | 1bf9d64a22577d0088c1447a8756d11a1a3379ad | |
parent | 3d26a657e8db3ff9da7f783dca1caf043b4e89b6 (diff) | |
download | slackbuilds-63fffc6d626d75b201cbbffd678330012e706e02.tar.gz |
games/blueMSX-libretro: Updated for version 2017.01.24_24144ba.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/blueMSX-libretro/blueMSX-libretro.SlackBuild | 4 | ||||
-rw-r--r-- | games/blueMSX-libretro/blueMSX-libretro.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild index 94cc7af2b1..4b11a2d63c 100644 --- a/games/blueMSX-libretro/blueMSX-libretro.SlackBuild +++ b/games/blueMSX-libretro/blueMSX-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=blueMSX-libretro LIBNAM=$(echo $PRGNAM | tr [A-Z [a-z] | tr - _) -VERSION=${VERSION:-2016.05.26_452bb49} +VERSION=${VERSION:-2017.01.24_24144ba} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ make -f Makefile.libretro DEBUG=$DEBUG 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/blueMSX-libretro/blueMSX-libretro.info b/games/blueMSX-libretro/blueMSX-libretro.info index b94d932380..8efb1d99cf 100644 --- a/games/blueMSX-libretro/blueMSX-libretro.info +++ b/games/blueMSX-libretro/blueMSX-libretro.info @@ -1,9 +1,9 @@ PRGNAM="blueMSX-libretro" -VERSION="2016.05.26_452bb49" +VERSION="2017.01.24_24144ba" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blueMSX-libretro-2016.05.26_452bb49.tar.xz \ +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/blueMSX-libretro-2017.01.24_24144ba.tar.xz \ http://bluemsx.msxblue.com/rel_download/blueMSXv282full.zip" -MD5SUM="632f3f0106fb795135f1d973aee8b1f4 \ +MD5SUM="0b3759c8e1e73a6fe9bc5ac12a0ece82 \ 86faa73f3524dcad9910d15bce7057ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |