From 2f1af4ebdc514525b4c41dde072a5b5e75281dd8 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Wed, 20 Dec 2017 21:41:04 +0000 Subject: games/mame2014-libretro: Updated for version 2017.10.24_3d072c9. Signed-off-by: David Spencer --- games/mame2014-libretro/mame2014-libretro.SlackBuild | 14 +++++++------- games/mame2014-libretro/mame2014-libretro.info | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'games/mame2014-libretro') 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" -- cgit v1.2.3