mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/libretro-ppsspp: Updated for version 2016.12.14_5f7bcf7bf.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
50636ecd1d
commit
bff649c26f
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libretro-ppsspp
|
||||
LIBNAM=ppsspp_libretro
|
||||
VERSION=${VERSION:-2016.07.31_3cff891}
|
||||
VERSION=${VERSION:-2016.12.14_5f7bcf7bf}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG
|
|||
install -Dm0644 libretro/$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-ppsspp"
|
||||
VERSION="2016.07.31_3cff891"
|
||||
VERSION="2016.12.14_5f7bcf7bf"
|
||||
HOMEPAGE="http://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2016.07.31_3cff891.tar.xz"
|
||||
MD5SUM="6c9cbd71a599d3c8123543b1d23de74d"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2016.12.14_5f7bcf7bf.tar.xz"
|
||||
MD5SUM="943ae1ab3443f69b3a4507cc5c7b36f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue