summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen2018-11-04 22:00:50 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:50 +0100
commit4712566b8d8abf71e6c5bcecbd7c2e0154742bf6 (patch)
tree05852baf096d93eb1190e87fff38747bbd2ac922 /games
parent6774b3f0bf66124b3df417631ee6bc9ec5720c9c (diff)
downloadslackbuilds-4712566b8d8abf71e6c5bcecbd7c2e0154742bf6.tar.gz
games/libretro-yabause: Updated for version 2018.10.12_aa15301.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/libretro-yabause/libretro-yabause.SlackBuild27
-rw-r--r--games/libretro-yabause/libretro-yabause.info6
2 files changed, 9 insertions, 24 deletions
diff --git a/games/libretro-yabause/libretro-yabause.SlackBuild b/games/libretro-yabause/libretro-yabause.SlackBuild
index 80e09cbc69..ebbf4ba556 100644
--- a/games/libretro-yabause/libretro-yabause.SlackBuild
+++ b/games/libretro-yabause/libretro-yabause.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libretro-yabause
-# 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-yabause
LIBNAM=yabause_libretro
-VERSION=${VERSION:-2017.11.07_c55eef9}
+VERSION=${VERSION:-2018.10.12_aa15301}
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
@@ -86,13 +73,11 @@ fi
for DOCDIR in mini18n yabause yabauseut; do
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/$DOCDIR
- cd $DOCDIR
for file in AUTHORS COPYING ChangeLog GOALS README* TODO; do
- if [ -f $file ]; then
- cp -a $file $PKG/usr/doc/$PRGNAM-$VERSION/$DOCDIR
+ if [ -f $DOCDIR/$file ]; then
+ cp -a $DOCDIR/$file $PKG/usr/doc/$PRGNAM-$VERSION/$DOCDIR
fi
done
- cd -
done
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/games/libretro-yabause/libretro-yabause.info b/games/libretro-yabause/libretro-yabause.info
index e5b21167e7..9d4c505aab 100644
--- a/games/libretro-yabause/libretro-yabause.info
+++ b/games/libretro-yabause/libretro-yabause.info
@@ -1,8 +1,8 @@
PRGNAM="libretro-yabause"
-VERSION="2017.11.07_c55eef9"
+VERSION="2018.10.12_aa15301"
HOMEPAGE="https://www.libretro.com/"
-DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/libretro-yabause/libretro-yabause-2017.11.07_c55eef9.tar.xz"
-MD5SUM="f6ef67312f07da594614079a86092722"
+DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-yabause-2018.10.12_aa15301.tar.xz"
+MD5SUM="fe1d78f0f6d8e230e3ca5048c9e79d1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"