diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-05 00:22:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:27 +0700 |
commit | 10aa81a28299bcd1ccd76257baaef920942ace55 (patch) | |
tree | 4bc8dc3dc6188b5d57a104b68e48ad459d76e864 /games | |
parent | d50ef0575557890541767afb9ac82de39f59e70d (diff) | |
download | slackbuilds-10aa81a28299bcd1ccd76257baaef920942ace55.tar.gz |
games/vbam-libretro: Updated for version 2016.12.15_f3d150b.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/vbam-libretro/vbam-libretro.SlackBuild | 4 | ||||
-rw-r--r-- | games/vbam-libretro/vbam-libretro.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/vbam-libretro/vbam-libretro.SlackBuild b/games/vbam-libretro/vbam-libretro.SlackBuild index e0da0e60eb..792fbf9d21 100644 --- a/games/vbam-libretro/vbam-libretro.SlackBuild +++ b/games/vbam-libretro/vbam-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vbam-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2016.05.18_a099aec} +VERSION=${VERSION:-2016.12.15_f3d150b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,7 @@ make -C src/libretro DEBUG=$DEBUG TILED_RENDERING=$TILED install -Dm0644 src/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}" = "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/vbam-libretro/vbam-libretro.info b/games/vbam-libretro/vbam-libretro.info index f88599d4bf..a94b54684b 100644 --- a/games/vbam-libretro/vbam-libretro.info +++ b/games/vbam-libretro/vbam-libretro.info @@ -1,8 +1,8 @@ PRGNAM="vbam-libretro" -VERSION="2016.05.18_a099aec" +VERSION="2016.12.15_f3d150b" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/vbam-libretro-2016.05.18_a099aec.tar.xz" -MD5SUM="bfead962005864b061f417eb7de17471" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/vbam-libretro-2016.12.15_f3d150b.tar.xz" +MD5SUM="5706fcba263100d87f57ce38e8835500" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |