games/RetroArch: Updated for version 1.8.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
23a5e73b82
commit
f0685a5823
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for RetroArch
|
||||
|
||||
# Copyright 2016-2019 Hunter Sezen California, USA
|
||||
# Copyright 2020 ilmich < ardutu at gmail dot com >
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=RetroArch
|
||||
VERSION=${VERSION:-1.7.7}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -148,7 +149,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-assets_dir=/usr/share/games \
|
||||
--disable-update_assets \
|
||||
--build=$ARCH-slackware-linux \
|
||||
"$@"
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.7.7"
|
||||
VERSION="1.8.9"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/releases/download/v1.7.7/RetroArch-1.7.7.tar.xz"
|
||||
MD5SUM="a8516a7a15502c85c371f83c104aa1c6"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.8.9/RetroArch-1.8.9.tar.gz"
|
||||
MD5SUM="4f7bfaa3619a05d833509757f5d37676"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Hunter Sezen"
|
||||
EMAIL="orbea@riseup.net"
|
||||
MAINTAINER="ilmich"
|
||||
EMAIL="ardutu@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue