games/QuickNES-Core: Updated for version 2022.07.25.1b88a09.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ilmich 2023-08-18 19:33:07 +09:00 committed by Willy Sudiarto Raharjo
parent 537d1b01d4
commit 6c8330acfa
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 9 deletions

View file

@ -26,7 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=QuickNES-Core PRGNAM=QuickNES-Core
LIBNAM=quicknes_libretro LIBNAM=quicknes_libretro
VERSION=${VERSION:-2020.10.11.81fedf7} VERSION=${VERSION:-2022.07.25.1b88a09}
COMMIT=1b88a09f1c386ff9ee46bb371583ae04c5cb5dd0
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -59,9 +60,9 @@ set -eu
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf ${PRGNAM/-/_}-$COMMIT
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz tar xvf $CWD/${PRGNAM/-/_}-$COMMIT.tar.gz
cd $PRGNAM-$VERSION cd ${PRGNAM/-/_}-$COMMIT
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -73,8 +74,8 @@ find -L . \
make -f Makefile DEBUG=$DEBUG make -f Makefile DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so install -Dm0755 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info install -Dm0644 $CWD/$LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
if [ $DEBUG = 0 ]; then if [ $DEBUG = 0 ]; then
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="QuickNES-Core" PRGNAM="QuickNES-Core"
VERSION="2020.10.11.81fedf7" VERSION="2022.07.25.1b88a09"
HOMEPAGE="https://www.libretro.com/" HOMEPAGE="https://www.libretro.com/"
DOWNLOAD="https://ilmich.github.io/src/QuickNES-Core-2020.10.11.81fedf7.tar.xz" DOWNLOAD="https://github.com/libretro/QuickNES_Core/archive/1b88a09/QuickNES_Core-1b88a09f1c386ff9ee46bb371583ae04c5cb5dd0.tar.gz https://raw.githubusercontent.com/libretro/libretro-core-info/345d38d5bdfd02ca2809b066b52aa505d462f8de/quicknes_libretro.info"
MD5SUM="818dd86fa2555a73c84cd6282c772eca" MD5SUM="5c020ab7d3362a72fd99dca19238c8e5 016305560f3c8adc7344a71fddf45366"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="RetroArch" REQUIRES="RetroArch"