games/beetle-pce-fast-libretro: Updated for v. 2018.09.29_7f6f061.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cc7f86a3f6
commit
cb8e89cdba
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for beetle-pce-fast-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=beetle-pce-fast-libretro
|
||||
LIBNAM=mednafen_pce_fast_libretro
|
||||
VERSION=${VERSION:-2017.12.20_e83f16a}
|
||||
VERSION=${VERSION:-2018.09.29_7f6f061}
|
||||
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
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="beetle-pce-fast-libretro"
|
||||
VERSION="2017.12.20_e83f16a"
|
||||
VERSION="2018.09.29_7f6f061"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/beetle-pce-fast-libretro/beetle-pce-fast-libretro-2017.12.20_e83f16a.tar.xz"
|
||||
MD5SUM="8b15949e4a5fe3b4d60ce502571fb299"
|
||||
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-pce-fast-libretro-2018.09.29_7f6f061.tar.xz"
|
||||
MD5SUM="848510cefb9fd24eff3b38f5a400014e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in New Issue