games/libretro-mgba: Updated for version 2017.02.01_998dc433.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-02-04 22:32:29 +00:00 committed by Willy Sudiarto Raharjo
parent 45458a2a59
commit 50636ecd1d
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=libretro-mgba
LIBNAM=mgba_libretro
VERSION=${VERSION:-2016.09.19_def5a46}
VERSION=${VERSION:-2017.02.01_998dc433}
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

View file

@ -1,8 +1,8 @@
PRGNAM="libretro-mgba"
VERSION="2016.09.19_def5a46"
VERSION="2017.02.01_998dc433"
HOMEPAGE="http://www.libretro.com/"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-mgba-2016.09.19_def5a46.tar.xz"
MD5SUM="0d3f97175e2c7e14ed7dc5ffaf4d0fc9"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-mgba-2017.02.01_998dc433.tar.xz"
MD5SUM="12200833b8409b6aa6af9d5deab91302"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"