aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2018-01-24 11:02:24 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-01-24 11:02:24 +0000
commitd1d463e693af5d499f26f0b15d2bccfcd8c2c93d (patch)
tree077df0d9c50fca0fca555f30ff10714407c4d525 /games/libretro-ppsspp/libretro-ppsspp.SlackBuild
parentb4834408ab7e245ff32a3b9b702d953b544b1e1a (diff)
games/libretro-ppsspp: Updated for version 2018.01.23_af33ca2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-ppsspp/libretro-ppsspp.SlackBuild')
-rw-r--r--games/libretro-ppsspp/libretro-ppsspp.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
index d49aace409fc4..f72d39e4c5e24 100644
--- a/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
+++ b/games/libretro-ppsspp/libretro-ppsspp.SlackBuild
@@ -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