summaryrefslogtreecommitdiffstats
path: root/games/beetle-pcfx-libretro
diff options
context:
space:
mode:
author Hunter Sezen2017-02-04 22:09:20 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:15 +0100
commit3e145da26de68139aeeba5bb69aca7377f447e64 (patch)
tree8ce0993f75730f7990aa941dd343825fb447ca4d /games/beetle-pcfx-libretro
parent7884c00e8c7172f3cf3c2225555f3cbd98e7165b (diff)
downloadslackbuilds-3e145da26de68139aeeba5bb69aca7377f447e64.tar.gz
games/beetle-pcfx-libretro: Updated for version 2017.02.02_f53c58a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/beetle-pcfx-libretro')
-rw-r--r--games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild5
-rw-r--r--games/beetle-pcfx-libretro/beetle-pcfx-libretro.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
index 7a6d058b5b..67f9ebcffa 100644
--- a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
+++ b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=beetle-pcfx-libretro
LIBNAM=mednafen_pcfx_libretro
-VERSION=${VERSION:-2016.07.21_b2bf30d}
+VERSION=${VERSION:-2017.02.02_f53c58a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,12 +79,13 @@ make DEBUG=$DEBUG
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
index 549ea39202..860b320aad 100644
--- a/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
+++ b/games/beetle-pcfx-libretro/beetle-pcfx-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="beetle-pcfx-libretro"
-VERSION="2016.07.21_b2bf30d"
+VERSION="2017.02.02_f53c58a"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-pcfx-libretro-2016.07.21_b2bf30d.tar.xz"
-MD5SUM="6100e119cc4ae18669bcb73ede73a527"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-pcfx-libretro-2017.02.02_f53c58a.tar.xz"
+MD5SUM="83c7626bce347a37e67228d644745215"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"