diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-07 09:08:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:57 +0700 |
commit | d3023ec30f3c4adf9c582c9cd04b561553ce9165 (patch) | |
tree | 240cd97b0113692e69e30ba0a4635a24f0bb4e04 /games | |
parent | 6a441bb04991512173addc9a6e9ad2a7c5833c07 (diff) | |
download | slackbuilds-d3023ec30f3c4adf9c582c9cd04b561553ce9165.tar.gz |
games/nxengine-libretro: Updated for version 2018.11.06_b460024.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/nxengine-libretro/nxengine-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/nxengine-libretro/nxengine-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/nxengine-libretro/nxengine-libretro.SlackBuild b/games/nxengine-libretro/nxengine-libretro.SlackBuild index 266c64f2f4..07d1cf8e2a 100644 --- a/games/nxengine-libretro/nxengine-libretro.SlackBuild +++ b/games/nxengine-libretro/nxengine-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nxengine-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=nxengine-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.12.16_7f26320} +VERSION=${VERSION:-2018.11.06_b460024} 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/nxengine-libretro/nxengine-libretro.info b/games/nxengine-libretro/nxengine-libretro.info index b690f59ef5..1a8bad1692 100644 --- a/games/nxengine-libretro/nxengine-libretro.info +++ b/games/nxengine-libretro/nxengine-libretro.info @@ -1,8 +1,8 @@ PRGNAM="nxengine-libretro" -VERSION="2017.12.16_7f26320" +VERSION="2018.11.06_b460024" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/nxengine-libretro/nxengine-libretro-2017.12.16_7f26320.tar.xz" -MD5SUM="f12941a4047a7548bc759ef0d3e85251" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/nxengine-libretro-2018.11.06_b460024.tar.xz" +MD5SUM="37100efca74e0000854f6a42e7c97116" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |