diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 20:49:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:45 +0700 |
commit | c5f6411607189bdb89e4e867ed31ecb0f958da32 (patch) | |
tree | 2882281e9d887450eb0a895c25f862cb3660790a | |
parent | 9cd44c40614818f9c0c17897a5a5f7f0c6c2f9bf (diff) |
games/beetle-wswan-libretro: Updated for version 2018.09.30_207404b.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/beetle-wswan-libretro/beetle-wswan-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/beetle-wswan-libretro/beetle-wswan-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/beetle-wswan-libretro/beetle-wswan-libretro.SlackBuild b/games/beetle-wswan-libretro/beetle-wswan-libretro.SlackBuild index 9a63346c90ea..994f3fa59448 100644 --- a/games/beetle-wswan-libretro/beetle-wswan-libretro.SlackBuild +++ b/games/beetle-wswan-libretro/beetle-wswan-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for beetle-wswan-libretro -# Copyright 2016-2017 Hunter Sezen +# Copyright 2016-2018 Hunter Sezen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=beetle-wswan-libretro LIBNAM=mednafen_wswan_libretro -VERSION=${VERSION:-2017.12.20_be2dcc5} +VERSION=${VERSION:-2018.09.30_207404b} 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/beetle-wswan-libretro/beetle-wswan-libretro.info b/games/beetle-wswan-libretro/beetle-wswan-libretro.info index 7e0b772d9f07..fecd655ac064 100644 --- a/games/beetle-wswan-libretro/beetle-wswan-libretro.info +++ b/games/beetle-wswan-libretro/beetle-wswan-libretro.info @@ -1,8 +1,8 @@ PRGNAM="beetle-wswan-libretro" -VERSION="2017.12.20_be2dcc5" +VERSION="2018.09.30_207404b" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/beetle-wswan-libretro/beetle-wswan-libretro-2017.12.20_be2dcc5.tar.xz" -MD5SUM="b1a8e0aedcc498700e9fcbc92d69ceb8" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-wswan-libretro-2018.09.30_207404b.tar.xz" +MD5SUM="241afe036448455c6b37d5a25f1a61a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |