summaryrefslogtreecommitdiffstats
path: root/games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 21:09:20 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:15 +0700
commit3e145da26de68139aeeba5bb69aca7377f447e64 (patch)
tree8ce0993f75730f7990aa941dd343825fb447ca4d /games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild
parent7884c00e8c7172f3cf3c2225555f3cbd98e7165b (diff)
downloadslackbuilds-3e145da26de68139aeeba5bb69aca7377f447e64.tar.gz
slackbuilds-3e145da26de68139aeeba5bb69aca7377f447e64.tar.xz
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/beetle-pcfx-libretro.SlackBuild')
-rw-r--r--games/beetle-pcfx-libretro/beetle-pcfx-libretro.SlackBuild5
1 files changed, 3 insertions, 2 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