diff options
author | ilmich <ardutu@gmail.com> | 2023-08-18 19:33:04 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:17 +0700 |
commit | 38de58f863d7de61c24ede6a1badc5bf0fa6d0bd (patch) | |
tree | 35c17b75dc8f1a634c723a91c01cf7a62dde0aa7 /games | |
parent | 620da67ac72b226164923cb353a5fed1461db14d (diff) |
games/mame2000-libretro: Updated for version 2022.07.26_0208517.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.SlackBuild | 15 | ||||
-rw-r--r-- | games/mame2000-libretro/mame2000-libretro.info | 6 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games/mame2000-libretro/mame2000-libretro.SlackBuild b/games/mame2000-libretro/mame2000-libretro.SlackBuild index 39d69694d1ca..f3e1d7a1d5ff 100644 --- a/games/mame2000-libretro/mame2000-libretro.SlackBuild +++ b/games/mame2000-libretro/mame2000-libretro.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mame2000-libretro # Copyright 2017-2018 Hunter Sezen California, USA -# Copyright 2020 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 @@ -27,7 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mame2000-libretro LIBNAM=$(echo $PRGNAM | tr - _) -VERSION=${VERSION:-2020.10.21_6655a51} +VERSION=${VERSION:-2022.07.26_0208517} +COMMIT=0208517404e841fce0c094f1a2776a0e1c6c101d BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,9 +61,9 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-$VERSION +rm -rf ${PRGNAM}-$COMMIT +tar xvf $CWD/${PRGNAM}-$COMMIT.tar.gz +cd ${PRGNAM}-$COMMIT chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -74,8 +75,8 @@ find -L . \ make DEBUG=$DEBUG GIT_VERSION="${VERSION#*_}" -install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so -install -Dm0644 $LIBNAM.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 \ diff --git a/games/mame2000-libretro/mame2000-libretro.info b/games/mame2000-libretro/mame2000-libretro.info index 26abee268c9d..9a888e3d3a88 100644 --- a/games/mame2000-libretro/mame2000-libretro.info +++ b/games/mame2000-libretro/mame2000-libretro.info @@ -1,8 +1,8 @@ PRGNAM="mame2000-libretro" -VERSION="2020.10.21_6655a51" +VERSION="2022.07.26_0208517" HOMEPAGE="https://www.libretro.com/" -DOWNLOAD="https://ilmich.github.io/src/mame2000-libretro-2020.10.21_6655a51.tar.xz" -MD5SUM="b295ea55f54fc7d138d4ef2f3ed2e470" +DOWNLOAD="https://github.com/libretro/mame2000-libretro/archive/0208517/mame2000-libretro-0208517404e841fce0c094f1a2776a0e1c6c101d.tar.gz https://raw.githubusercontent.com/libretro/libretro-core-info/345d38d5bdfd02ca2809b066b52aa505d462f8de/mame2000_libretro.info" +MD5SUM="a99def4bf4d45b111b8b69a51dcd751c 5e6236874e3211b589c918785cd599a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |