summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 22:08:37 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:51 +0100
commit25abe73ee5ca19acc59f16d4cdeeb03a06d29cd0 (patch)
tree0f8b7300117e82018233c37da7492fc18571a12f /games
parent09d0ea4792f3c4b7fdfe1709956a0517d88de92f (diff)
downloadslackbuilds-25abe73ee5ca19acc59f16d4cdeeb03a06d29cd0.tar.gz
games/prosystem-libretro: Updated for version 2018.09.29_247d5f2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/prosystem-libretro/prosystem-libretro.SlackBuild21
-rw-r--r--games/prosystem-libretro/prosystem-libretro.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/prosystem-libretro/prosystem-libretro.SlackBuild b/games/prosystem-libretro/prosystem-libretro.SlackBuild
index e2e8bbee27..78f1b0f84e 100644
--- a/games/prosystem-libretro/prosystem-libretro.SlackBuild
+++ b/games/prosystem-libretro/prosystem-libretro.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for prosystem-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=prosystem-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2017.12.06_b8e9241}
+VERSION=${VERSION:-2018.09.29_247d5f2}
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/prosystem-libretro/prosystem-libretro.info b/games/prosystem-libretro/prosystem-libretro.info
index d49297c2cc..281c6d2b77 100644
--- a/games/prosystem-libretro/prosystem-libretro.info
+++ b/games/prosystem-libretro/prosystem-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="prosystem-libretro"
-VERSION="2017.12.06_b8e9241"
+VERSION="2018.09.29_247d5f2"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/prosystem-libretro/prosystem-libretro-2017.12.06_b8e9241.tar.xz"
-MD5SUM="f1cca3b46d5425a8550dd456793782da"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/prosystem-libretro-2018.09.29_247d5f2.tar.xz"
+MD5SUM="1e44cac327e0235df0e20b57f9790b69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"