summaryrefslogtreecommitdiff
path: root/games/Craft-libretro/Craft-libretro.SlackBuild
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2017-02-04 20:29:30 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:12 +0700
commit83f987407a315660ff6bd984073e82c303d0d136 (patch)
tree1401451cac006da46ff55ba6e5768dbbf593aaba /games/Craft-libretro/Craft-libretro.SlackBuild
parente8bd91ef7fdafe2656e1be214ddc5eed1086f863 (diff)
downloadslackbuilds-83f987407a315660ff6bd984073e82c303d0d136.tar.gz
games/Craft-libretro: Updated for version 2017.01.20_4a11641.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/Craft-libretro/Craft-libretro.SlackBuild')
-rw-r--r--games/Craft-libretro/Craft-libretro.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/Craft-libretro/Craft-libretro.SlackBuild b/games/Craft-libretro/Craft-libretro.SlackBuild
index ad127c7037..84cec550b6 100644
--- a/games/Craft-libretro/Craft-libretro.SlackBuild
+++ b/games/Craft-libretro/Craft-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=Craft-libretro
LIBNAM=$(echo $PRGNAM | tr [A-Z] [a-z] | tr - _)
-VERSION=${VERSION:-2016.07.14_a50566f}
+VERSION=${VERSION:-2017.01.20_4a11641}
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 -f Makefile.libretro DEBUG=$DEBUG
+make -f Makefile.libretro 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