mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
games/libretro-ppsspp: Updated for version 2018.01.23_af33ca2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b4834408ab
commit
d1d463e693
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libretro-ppsspp
|
||||
|
||||
# Copyright 2016-2017 Hunter Sezen
|
||||
# Copyright 2016-2018 Hunter Sezen
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libretro-ppsspp
|
||||
LIBNAM=ppsspp_libretro
|
||||
VERSION=${VERSION:-2017.09.29_25d3bab}
|
||||
VERSION=${VERSION:-2018.01.23_af33ca2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,12 +74,12 @@ find -L . \
|
|||
|
||||
[ "${DEBUG:=0}" != 0 ] && DEBUG=1
|
||||
|
||||
make -C libretro DEBUG="$DEBUG"
|
||||
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" ]; 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="2017.09.29_25d3bab"
|
||||
VERSION="2018.01.23_af33ca2"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2017.09.29_25d3bab.tar.xz"
|
||||
MD5SUM="fea85f64e77bc21c1a9cf107c16b16c3"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/libretro-ppsspp-2018.01.23_af33ca2.tar.xz"
|
||||
MD5SUM="1b68dadbf07f6486b5be261eeeb5b9d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue