games/fmsx-libretro: Updated for version 2017.10.23_8ca1dca.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-12-20 20:36:57 +00:00 committed by Willy Sudiarto Raharjo
parent 6f75fec3e1
commit f324a0f34d
3 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for fmsx-libretro # Slackware build script for fmsx-libretro
# Copyright 2016 Hunter Sezen # Copyright 2016-2017 Hunter Sezen
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=fmsx-libretro PRGNAM=fmsx-libretro
LIBNAM=$(echo $PRGNAM | tr - _) LIBNAM=$(echo $PRGNAM | tr - _)
VERSION=${VERSION:-2017.01.24_0386da0} VERSION=${VERSION:-2017.10.23_8ca1dca}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -57,9 +57,7 @@ else
LIBDIRSUFFIX="" LIBDIRSUFFIX=""
fi fi
DEBUG=${DEBUG:-0} set -eu
set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
@ -74,12 +72,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
[ "${DEBUG:=0}" != 0 ] && DEBUG=1
make DEBUG=$DEBUG make DEBUG=$DEBUG
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info install -Dm0644 $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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
fi fi

View file

@ -1,8 +1,8 @@
PRGNAM="fmsx-libretro" PRGNAM="fmsx-libretro"
VERSION="2017.01.24_0386da0" VERSION="2017.10.23_8ca1dca"
HOMEPAGE="https://www.libretro.com/" HOMEPAGE="https://www.libretro.com/"
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2017.01.24_0386da0.tar.xz" DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2017.10.23_8ca1dca.tar.xz"
MD5SUM="9eb5d0d4b76cf3bb60363ea67679e9fb" MD5SUM="c331834293b26c037ad5fff6667f474a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="RetroArch" REQUIRES="RetroArch"

View file

@ -11,7 +11,7 @@ fmsx-libretro:
fmsx-libretro: fMSX is a program that emulates MSX, MSX2, and MSX2+ fmsx-libretro: fMSX is a program that emulates MSX, MSX2, and MSX2+
fmsx-libretro: 8bit home computers. fmsx-libretro: 8bit home computers.
fmsx-libretro: fmsx-libretro:
fmsx-libretro: Homepage: http://www.libretro.com/ fmsx-libretro: Homepage: https://www.libretro.com/
fmsx-libretro: fmsx-libretro:
fmsx-libretro: fmsx-libretro:
fmsx-libretro: fmsx-libretro: