diff options
Diffstat (limited to 'games/mame2000-libretro')
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/mame2000-libretro/mame2000-libretro.SlackBuild b/games/mame2000-libretro/mame2000-libretro.SlackBuild index 0f304894ab3..81b5fc68272 100644 --- a/games/mame2000-libretro/mame2000-libretro.SlackBuild +++ b/games/mame2000-libretro/mame2000-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mame2000-libretro -# Copyright 2017 Hunter Sezen California, USA +# Copyright 2017-2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=mame2000-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.11.10_f8ae2de} +VERSION=${VERSION:-2018.09.30_12b5419} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,21 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# requires patching the Makefile to properly use -# the default CFLAGS and CXXFLAGS are probably fine -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +LIBDIRSUFFIX= +[ "$ARCH" = x86_64 ] && LIBDIRSUFFIX=64 set -eu diff --git a/games/mame2000-libretro/mame2000-libretro.info b/games/mame2000-libretro/mame2000-libretro.info index 01b0aabeac4..25f9c1bfb5e 100644 --- a/games/mame2000-libretro/mame2000-libretro.info +++ b/games/mame2000-libretro/mame2000-libretro.info @@ -1,8 +1,8 @@ PRGNAM="mame2000-libretro" -VERSION="2017.11.10_f8ae2de" +VERSION="2018.09.30_12b5419" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/mame2000-libretro/mame2000-libretro-2017.11.10_f8ae2de.tar.xz" -MD5SUM="d0d67daa45cce6e2dba711c5e881d98b" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/mame2000-libretro-2018.09.30_12b5419.tar.xz" +MD5SUM="d1ca8c9b55fc0730af7a5015143908cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |