summaryrefslogtreecommitdiffstats
path: root/games/libretro-handy
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 21:57:59 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:49 +0100
commitd7bd07f4b57b81222b5d4338dc098e2557fd4804 (patch)
treec09bcc12ef3e4180121f1b4c3bc44245a1c51650 /games/libretro-handy
parent470a67f72c9633d627e2f55b3d331c42e63a7050 (diff)
downloadslackbuilds-d7bd07f4b57b81222b5d4338dc098e2557fd4804.tar.gz
games/libretro-handy: Updated for version 2018.09.29_08cc633.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-handy')
-rw-r--r--games/libretro-handy/libretro-handy.SlackBuild21
-rw-r--r--games/libretro-handy/libretro-handy.info6
2 files changed, 7 insertions, 20 deletions
diff --git a/games/libretro-handy/libretro-handy.SlackBuild b/games/libretro-handy/libretro-handy.SlackBuild
index cadaa56225..c2b9ca03ac 100644
--- a/games/libretro-handy/libretro-handy.SlackBuild
+++ b/games/libretro-handy/libretro-handy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libretro-handy
-# 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=libretro-handy
LIBNAM=handy_libretro
-VERSION=${VERSION:-2017.10.24_a4de67f}
+VERSION=${VERSION:-2018.09.29_08cc633}
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/libretro-handy/libretro-handy.info b/games/libretro-handy/libretro-handy.info
index 8805d4e454..30c1d3cfb3 100644
--- a/games/libretro-handy/libretro-handy.info
+++ b/games/libretro-handy/libretro-handy.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-handy"
-VERSION="2017.10.24_a4de67f"
+VERSION="2018.09.29_08cc633"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/libretro-handy/libretro-handy-2017.10.24_a4de67f.tar.xz"
-MD5SUM="21ac3aecb453e847db67b7d116cd93c1"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-handy-2018.09.29_08cc633.tar.xz"
+MD5SUM="e76b593c3b620f5ccae15bb60c71df1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"