diff options
author | Hunter Sezen | 2017-12-20 22:03:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2017-12-21 02:19:28 +0100 |
commit | 0b6db9105b2b8eed2d286173cd6047b2bdf08ef3 (patch) | |
tree | a19ec5397d275eb010ef884fa371e3ee53600363 /games/mame2000-libretro | |
parent | baa5ea06a3c1a54f5ade623c20fd6f4607fa67b4 (diff) | |
download | slackbuilds-0b6db9105b2b8eed2d286173cd6047b2bdf08ef3.tar.gz |
games/mame2000-libretro: Updated for version 2017.11.10_f8ae2de.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/mame2000-libretro')
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.SlackBuild | 12 | ||||
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/mame2000-libretro/mame2000-libretro.SlackBuild b/games/mame2000-libretro/mame2000-libretro.SlackBuild index 44e3a34ef8..0f304894ab 100644 --- a/games/mame2000-libretro/mame2000-libretro.SlackBuild +++ b/games/mame2000-libretro/mame2000-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=mame2000-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.01.27_1083de2} +VERSION=${VERSION:-2017.11.10_f8ae2de} 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,12 +72,14 @@ 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 + +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 diff --git a/games/mame2000-libretro/mame2000-libretro.info b/games/mame2000-libretro/mame2000-libretro.info index dae473cac3..c31af55b74 100644 --- a/games/mame2000-libretro/mame2000-libretro.info +++ b/games/mame2000-libretro/mame2000-libretro.info @@ -1,8 +1,8 @@ PRGNAM="mame2000-libretro" -VERSION="2017.01.27_1083de2" +VERSION="2017.11.10_f8ae2de" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/mame2000-libretro-2017.01.27_1083de2.tar.xz" -MD5SUM="d346da6ae5e613aa278ba04a07bb6129" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/mame2000-libretro-2017.11.10_f8ae2de.tar.xz" +MD5SUM="d0d67daa45cce6e2dba711c5e881d98b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |