mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/fmsx-libretro: Updated for version 2017.01.24_0386da0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
332fab11b8
commit
801c0236c0
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=fmsx-libretro
|
PRGNAM=fmsx-libretro
|
||||||
LIBNAM=$(echo $PRGNAM | tr - _)
|
LIBNAM=$(echo $PRGNAM | tr - _)
|
||||||
VERSION=${VERSION:-2016.01.15_d6c841e}
|
VERSION=${VERSION:-2017.01.24_0386da0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ 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}" = "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
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="fmsx-libretro"
|
PRGNAM="fmsx-libretro"
|
||||||
VERSION="2016.01.15_d6c841e"
|
VERSION="2017.01.24_0386da0"
|
||||||
HOMEPAGE="http://www.libretro.com/"
|
HOMEPAGE="http://www.libretro.com/"
|
||||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2016.01.15_d6c841e.tar.xz"
|
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/fmsx-libretro-2017.01.24_0386da0.tar.xz"
|
||||||
MD5SUM="bdcb158277a5ec145c23d9d08b41020a"
|
MD5SUM="9eb5d0d4b76cf3bb60363ea67679e9fb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="RetroArch"
|
REQUIRES="RetroArch"
|
||||||
|
|
Loading…
Reference in a new issue