mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
620da67ac7
commit
38de58f863
2 changed files with 11 additions and 10 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue