games/libretro-lutro: Updated for version 2017.01.24_be1efa6.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-02-04 22:31:25 +00:00 committed by Willy Sudiarto Raharjo
parent 6366dbfd04
commit bb3edfb851
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -4,4 +4,4 @@ Lutro is software rendered and implements only a subset of the LOVE API.
It targets portability though the libretro API and backed in dependancies.
To build the debugging symbols use:
DEBUG=1 ./libretro-lutro.SlackBuild
DEBUG=1 ./libretro-lutro.SlackBuild

View file

@ -24,7 +24,7 @@
PRGNAM=libretro-lutro
LIBNAM=lutro_libretro
VERSION=${VERSION:-2016.08.07_9f8464d}
VERSION=${VERSION:-2017.01.24_be1efa6}
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="libretro-lutro"
VERSION="2016.08.07_9f8464d"
VERSION="2017.01.24_be1efa6"
HOMEPAGE="http://www.libretro.com/"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-lutro-2016.08.07_9f8464d.tar.xz"
MD5SUM="5ee0acc2a1cc7fe00585a1e91c579dc3"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-lutro-2017.01.24_be1efa6.tar.xz"
MD5SUM="9702bf39fc53b8c62f8167602b91f420"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"