diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 20:29:30 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:12 +0700 |
commit | 83f987407a315660ff6bd984073e82c303d0d136 (patch) | |
tree | 1401451cac006da46ff55ba6e5768dbbf593aaba /games/Craft-libretro | |
parent | e8bd91ef7fdafe2656e1be214ddc5eed1086f863 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | games/Craft-libretro/Craft-libretro.SlackBuild | 6 | ||||
-rw-r--r-- | games/Craft-libretro/Craft-libretro.info | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/games/Craft-libretro/Craft-libretro.info b/games/Craft-libretro/Craft-libretro.info index 2a78a320e7..7fd1e3b105 100644 --- a/games/Craft-libretro/Craft-libretro.info +++ b/games/Craft-libretro/Craft-libretro.info @@ -1,8 +1,8 @@ PRGNAM="Craft-libretro" -VERSION="2016.07.14_a50566f" +VERSION="2017.01.20_4a11641" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/Craft-libretro-2016.07.14_a50566f.tar.xz" -MD5SUM="88e6a06ad3b8c1cb223d559c83499c18" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/Craft-libretro-2017.01.20_4a11641.tar.xz" +MD5SUM="02b12c92c7364768d6f71414e55ba5c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |