mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/gw-libretro: Updated for version 2018.10.03_dea8b93.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7102a4e025
commit
3e21653141
2 changed files with 7 additions and 20 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for gw-libretro
|
# Slackware build script for gw-libretro
|
||||||
|
|
||||||
# Copyright 2016-2017 Hunter Sezen
|
# Copyright 2016-2018 Hunter Sezen
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=gw-libretro
|
PRGNAM=gw-libretro
|
||||||
LIBNAM=$(echo $PRGNAM | tr - _)
|
LIBNAM=$(echo $PRGNAM | tr - _)
|
||||||
VERSION=${VERSION:-2017.12.10_8f054a1}
|
VERSION=${VERSION:-2018.10.03_dea8b93}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -41,21 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
# requires patching the Makefile to properly use
|
LIBDIRSUFFIX=
|
||||||
# the default CFLAGS and CXXFLAGS are probably fine
|
[ "$ARCH" = x86_64 ] && LIBDIRSUFFIX=64
|
||||||
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
|
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gw-libretro"
|
PRGNAM="gw-libretro"
|
||||||
VERSION="2017.12.10_8f054a1"
|
VERSION="2018.10.03_dea8b93"
|
||||||
HOMEPAGE="https://www.libretro.com/"
|
HOMEPAGE="https://www.libretro.com/"
|
||||||
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/gw-libretro/gw-libretro-2017.12.10_8f054a1.tar.xz"
|
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/gw-libretro-2018.10.03_dea8b93.tar.xz"
|
||||||
MD5SUM="8970dab4fe5fc2d969fb565dd6228b4a"
|
MD5SUM="22fe06dec6ca590ab38059fcad96a2a4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="RetroArch"
|
REQUIRES="RetroArch"
|
||||||
|
|
Loading…
Reference in a new issue