mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/libretro-prboom: Updated for version 2018.09.30_b516a66.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
cce70ddff3
commit
7b3360d3b6
2 changed files with 7 additions and 20 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libretro-prboom
|
||||
|
||||
# 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-prboom
|
||||
LIBNAM=prboom_libretro
|
||||
VERSION=${VERSION:-2017.10.23_79bcd0b}
|
||||
VERSION=${VERSION:-2018.09.30_b516a66}
|
||||
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="libretro-prboom"
|
||||
VERSION="2017.10.23_79bcd0b"
|
||||
VERSION="2018.09.30_b516a66"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/libretro-prboom/libretro-prboom-2017.10.23_79bcd0b.tar.xz"
|
||||
MD5SUM="893e0175c7365dfed6ce0d0e1c312f29"
|
||||
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/libretro-prboom-2018.09.30_b516a66.tar.xz"
|
||||
MD5SUM="3fdccb998916cb5798efab7cfd09eb07"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue