summaryrefslogtreecommitdiffstats
path: root/games/mame2014-libretro
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-12-20 21:41:04 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:29 +0700
commit2f1af4ebdc514525b4c41dde072a5b5e75281dd8 (patch)
tree02fd475edaa70dc7f5c3b632a50262faf51f0cf5 /games/mame2014-libretro
parentac8ad6389b1c787cc0099885c3e323d62f3b91d6 (diff)
downloadslackbuilds-2f1af4ebdc514525b4c41dde072a5b5e75281dd8.tar.gz
slackbuilds-2f1af4ebdc514525b4c41dde072a5b5e75281dd8.tar.xz
games/mame2014-libretro: Updated for version 2017.10.24_3d072c9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/mame2014-libretro')
-rw-r--r--games/mame2014-libretro/mame2014-libretro.SlackBuild14
-rw-r--r--games/mame2014-libretro/mame2014-libretro.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/games/mame2014-libretro/mame2014-libretro.SlackBuild b/games/mame2014-libretro/mame2014-libretro.SlackBuild
index 630933402a..804c7b0d99 100644
--- a/games/mame2014-libretro/mame2014-libretro.SlackBuild
+++ b/games/mame2014-libretro/mame2014-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=mame2014-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2017.02.01_ee898d836c}
+VERSION=${VERSION:-2017.10.24_3d072c9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,9 +57,7 @@ else
LIBDIRSUFFIX=""
fi
-DEBUG=${DEBUG:-0}
-
-set -e
+set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -74,18 +72,20 @@ 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 DEBUG=$DEBUG GIT_VERSION=${VERSION#*_}
+[ "${DEBUG:=0}" != 0 ] && DEBUG=1
+
+env -u BUILD make 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" ]; 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 README.md docs/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/mame2014-libretro/mame2014-libretro.info b/games/mame2014-libretro/mame2014-libretro.info
index 5815b1fb3d..a862b4a2fd 100644
--- a/games/mame2014-libretro/mame2014-libretro.info
+++ b/games/mame2014-libretro/mame2014-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="mame2014-libretro"
-VERSION="2017.02.01_ee898d836c"
+VERSION="2017.10.24_3d072c9"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/mame2014-libretro-2017.02.01_ee898d836c.tar.xz"
-MD5SUM="84c322cbcd458150360e761fb921a0a6"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/mame2014-libretro-2017.10.24_3d072c9.tar.xz"
+MD5SUM="d7b58438580c6c76ec20b20684b20a36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"