games/snes9x2010: Updated for version 2022.07.25_e86e546.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6c8330acfa
commit
214491b914
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for snes9x2010
|
||||
|
||||
# Copyright 2016-2018 Hunter Sezen California, USA
|
||||
# Copyright 2020-2022 ilmich < ardutu at gmail dot com >
|
||||
# Copyright 2020-2023 ilmich < ardutu at gmail dot com >
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -75,8 +75,8 @@ find -L . \
|
|||
|
||||
make -f Makefile.libretro DEBUG=$DEBUG
|
||||
|
||||
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
||||
install -Dm0644 $CWD/$PRGNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
|
||||
install -Dm0755 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
||||
install -Dm0644 $CWD/$LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
|
||||
|
||||
if [ $DEBUG = 0 ]; then
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="snes9x2010"
|
||||
VERSION="2022.07.25_e86e546"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="https://github.com/libretro/snes9x2010/archive/e86e546/snes9x2010-e86e54624a7910a64a9a744e3734d4067c48d240.tar.gz"
|
||||
MD5SUM="25f6ab32b92ec7d97af610f5dc281510"
|
||||
DOWNLOAD="https://github.com/libretro/snes9x2010/archive/e86e546/snes9x2010-e86e54624a7910a64a9a744e3734d4067c48d240.tar.gz https://raw.githubusercontent.com/libretro/libretro-core-info/87cc75b84857427cd6e6f017a28530cce6377a29/snes9x2010_libretro.info"
|
||||
MD5SUM="25f6ab32b92ec7d97af610f5dc281510 72d4a57a3929950f0eac6540bacdf0a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in New Issue