diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 20:50:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:46 +0700 |
commit | a72d548d10c363c37a9e2597a78f897dc03b1484 (patch) | |
tree | 8ef440902958893ac2a511a007dc185b8587703d /games | |
parent | 58e7efc5b6c1dcc1996710f3ce01688f501b5093 (diff) | |
download | slackbuilds-a72d548d10c363c37a9e2597a78f897dc03b1484.tar.gz |
games/bsnes-libretro: Updated for version 2018.08.15_c6e90dd.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/bsnes-libretro/bsnes-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/bsnes-libretro/bsnes-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/bsnes-libretro/bsnes-libretro.SlackBuild b/games/bsnes-libretro/bsnes-libretro.SlackBuild index c365c04c25..fd51d061a3 100644 --- a/games/bsnes-libretro/bsnes-libretro.SlackBuild +++ b/games/bsnes-libretro/bsnes-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bsnes-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=bsnes-libretro LIBNAM=$(echo $PRGNAM | cut -f1 -d"-") -VERSION=${VERSION:-2017.12.06_a4800ad} +VERSION=${VERSION:-2018.08.15_c6e90dd} 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/bsnes-libretro/bsnes-libretro.info b/games/bsnes-libretro/bsnes-libretro.info index 9a25db1cb0..6932e23400 100644 --- a/games/bsnes-libretro/bsnes-libretro.info +++ b/games/bsnes-libretro/bsnes-libretro.info @@ -1,8 +1,8 @@ PRGNAM="bsnes-libretro" -VERSION="2017.12.06_a4800ad" +VERSION="2018.08.15_c6e90dd" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/bsnes-libretro/bsnes-libretro-2017.12.06_a4800ad.tar.xz" -MD5SUM="2ef1b5a04041b10ba3e37f2b3c6c776e" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/bsnes-libretro-2018.08.15_c6e90dd.tar.xz" +MD5SUM="8ef40fd875b5d9e1f4ef9b93a3b506aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |