mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/libretro-lutro: Updated for version 2017.01.24_be1efa6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6366dbfd04
commit
bb3edfb851
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue