diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-04 20:52:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:48 +0700 |
commit | 7102a4e0253129081973e20a36842822b0cb4b1a (patch) | |
tree | 02afc13c3c1aa1be69b5d9314add65d6d5a0c4a8 /games | |
parent | bb8ab6c0c1983113ee40d3aec652e73838d04d98 (diff) | |
download | slackbuilds-7102a4e0253129081973e20a36842822b0cb4b1a.tar.gz |
games/gpsp-libretro: Updated for version 2018.11.03_19aed02.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/gpsp-libretro/gpsp-libretro.SlackBuild | 21 | ||||
-rw-r--r-- | games/gpsp-libretro/gpsp-libretro.info | 6 |
2 files changed, 7 insertions, 20 deletions
diff --git a/games/gpsp-libretro/gpsp-libretro.SlackBuild b/games/gpsp-libretro/gpsp-libretro.SlackBuild index 073dcaf3e6..14ca0d3471 100644 --- a/games/gpsp-libretro/gpsp-libretro.SlackBuild +++ b/games/gpsp-libretro/gpsp-libretro.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gpsp-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=gpsp-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2017.10.23_dbb83e5} +VERSION=${VERSION:-2018.11.03_19aed02} 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/gpsp-libretro/gpsp-libretro.info b/games/gpsp-libretro/gpsp-libretro.info index 301131edbb..42d0e9b5e3 100644 --- a/games/gpsp-libretro/gpsp-libretro.info +++ b/games/gpsp-libretro/gpsp-libretro.info @@ -1,8 +1,8 @@ PRGNAM="gpsp-libretro" -VERSION="2017.10.23_dbb83e5" +VERSION="2018.11.03_19aed02" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/gpsp-libretro/gpsp-libretro-2017.10.23_dbb83e5.tar.xz" -MD5SUM="746e68c7182b1294df836d7de79252cd" +DOWNLOAD="http://slackless.raccoons.tech/src/libretro/gpsp-libretro-2018.11.03_19aed02.tar.xz" +MD5SUM="8c7a859e114975f542fbf04b14910ec1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |