summaryrefslogtreecommitdiffstats
path: root/games/4do-libretro
diff options
context:
space:
mode:
author Hunter Sezen2017-02-04 21:20:11 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:12 +0100
commite8bd91ef7fdafe2656e1be214ddc5eed1086f863 (patch)
tree9c262affe7d15bafcee278540798ea7b7a7546b6 /games/4do-libretro
parent0920221dedab4de1f3cc01b61d83a439a011ddcf (diff)
downloadslackbuilds-e8bd91ef7fdafe2656e1be214ddc5eed1086f863.tar.gz
games/4do-libretro: Updated for version 2017.01.24_b8b029b.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/4do-libretro')
-rw-r--r--games/4do-libretro/4do-libretro.SlackBuild6
-rw-r--r--games/4do-libretro/4do-libretro.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/4do-libretro/4do-libretro.SlackBuild b/games/4do-libretro/4do-libretro.SlackBuild
index 6ccc95c2cc..683334a0a5 100644
--- a/games/4do-libretro/4do-libretro.SlackBuild
+++ b/games/4do-libretro/4do-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=4do-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2015.11.05_cbd700e}
+VERSION=${VERSION:-2017.01.24_b8b029b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,12 +74,12 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-make DEBUG=$DEBUG
+make DEBUG=$DEBUG GIT_VERSION=${VERSION#*_}
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
diff --git a/games/4do-libretro/4do-libretro.info b/games/4do-libretro/4do-libretro.info
index b76b64d7c6..7982e72d77 100644
--- a/games/4do-libretro/4do-libretro.info
+++ b/games/4do-libretro/4do-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="4do-libretro"
-VERSION="2015.11.05_cbd700e"
+VERSION="2017.01.24_b8b029b"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/4do-libretro-2015.11.05_cbd700e.tar.xz"
-MD5SUM="91e47331ee9e46d7ee191d774b4ec3ea"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/4do-libretro-2017.01.24_b8b029b.tar.xz"
+MD5SUM="d7ea522d9d730191b6c161b1b7df721f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"