mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/blueMSX-libretro: Updated for version 2017.01.24_24144ba.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3d26a657e8
commit
63fffc6d62
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue