diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 20:50:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:46 +0700 |
commit | 58e7efc5b6c1dcc1996710f3ce01688f501b5093 (patch) | |
tree | 49ece752fc22635b6853b1409a7c9ba1b80be322 /games | |
parent | c50db8e29bb7f59b46d1dd8fbb157ef1e2054961 (diff) | |
download | slackbuilds-58e7efc5b6c1dcc1996710f3ce01688f501b5093.tar.gz |
games/bnes-libretro: Updated for version 2018.08.12_cc082d1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/bnes-libretro/bnes-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/bnes-libretro/bnes-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/bnes-libretro/bnes-libretro.SlackBuild b/games/bnes-libretro/bnes-libretro.SlackBuild index 1bf0f263e8..fbd5c2f46c 100644 --- a/games/bnes-libretro/bnes-libretro.SlackBuild +++ b/games/bnes-libretro/bnes-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bnes-libretro -# Copyright 2016-2017 Hunter Sezen California, USA +# Copyright 2016-2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=bnes-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.03.23_38161f4} +VERSION=${VERSION:-2018.08.12_cc082d1} 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/bnes-libretro/bnes-libretro.info b/games/bnes-libretro/bnes-libretro.info index 7c8d204530..bfa72668fc 100644 --- a/games/bnes-libretro/bnes-libretro.info +++ b/games/bnes-libretro/bnes-libretro.info @@ -1,8 +1,8 @@ PRGNAM="bnes-libretro" -VERSION="2017.03.23_38161f4" +VERSION="2018.08.12_cc082d1" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/bnes-libretro/bnes-libretro-2017.03.23_38161f4.tar.xz" -MD5SUM="3bcb43df07c75c77d85cdff23ae7ba94" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/bnes-libretro-2018.08.12_cc082d1.tar.xz" +MD5SUM="5e679635b02492ca64787233c7763472" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |