games/gambatte-libretro: Updated for version 2018.10.22_5ee8b1e.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ca5502bce8
commit
bb8ab6c0c1
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for gambatte-libretro
|
# Slackware build script for gambatte-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=gambatte-libretro
|
PRGNAM=gambatte-libretro
|
||||||
LIBNAM=$(echo $PRGNAM | tr - _)
|
LIBNAM=$(echo $PRGNAM | tr - _)
|
||||||
VERSION=${VERSION:-2017.12.17_f3ca27f}
|
VERSION=${VERSION:-2018.10.22_5ee8b1e}
|
||||||
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
|
||||||
|
|
||||||
|
@ -85,7 +72,7 @@ if [ $DEBUG = 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a COPYING README changelog $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a COPYING README.md changelog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gambatte-libretro"
|
PRGNAM="gambatte-libretro"
|
||||||
VERSION="2017.12.17_f3ca27f"
|
VERSION="2018.10.22_5ee8b1e"
|
||||||
HOMEPAGE="https://www.libretro.com/"
|
HOMEPAGE="https://www.libretro.com/"
|
||||||
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/gambatte-libretro/gambatte-libretro-2017.12.17_f3ca27f.tar.xz"
|
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/gambatte-libretro-2018.10.22_5ee8b1e.tar.xz"
|
||||||
MD5SUM="89c3031929c5f6c70ed494e763aa8452"
|
MD5SUM="d02329b684152901a63f772ad03f01a7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="RetroArch"
|
REQUIRES="RetroArch"
|
||||||
|
|
Loading…
Reference in New Issue