diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 20:20:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:12 +0700 |
commit | e8bd91ef7fdafe2656e1be214ddc5eed1086f863 (patch) | |
tree | 9c262affe7d15bafcee278540798ea7b7a7546b6 /games/4do-libretro/4do-libretro.SlackBuild | |
parent | 0920221dedab4de1f3cc01b61d83a439a011ddcf (diff) |
games/4do-libretro: Updated for version 2017.01.24_b8b029b.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/4do-libretro/4do-libretro.SlackBuild')
-rw-r--r-- | games/4do-libretro/4do-libretro.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/4do-libretro/4do-libretro.SlackBuild b/games/4do-libretro/4do-libretro.SlackBuild index 6ccc95c2ccaee..683334a0a500f 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 |