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 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'games/mame2014-libretro/mame2014-libretro.SlackBuild') diff --git a/games/mame2014-libretro/mame2014-libretro.SlackBuild b/games/mame2014-libretro/mame2014-libretro.SlackBuild index 630933402a4b..804c7b0d99f3 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 -- cgit v1.2.3