games/stella-libretro: Updated for version 2017.01.24_cdbc9cc.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-02-05 00:11:40 +00:00 committed by Willy Sudiarto Raharjo
parent 9c2f08bd8e
commit 8c1a653754
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=stella-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
VERSION=${VERSION:-2016.06.02_b6400f0}
VERSION=${VERSION:-2017.01.24_cdbc9cc}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,7 +79,7 @@ make 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="stella-libretro"
VERSION="2016.06.02_b6400f0"
VERSION="2017.01.24_cdbc9cc"
HOMEPAGE="http://www.libretro.com/"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/stella-libretro-2016.06.02_b6400f0.tar.xz"
MD5SUM="7cf97111c6f74a9e941bd112b12782b5"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/stella-libretro-2017.01.24_cdbc9cc.tar.xz"
MD5SUM="4f8b81e4d5e60855d38c7e2a3509aa04"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"