games/snes9x-libretro: Updated for version 2017.01.26_2d579c6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
68c185913e
commit
2b0e0e2966
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=snes9x-libretro
|
PRGNAM=snes9x-libretro
|
||||||
LIBNAM=$(echo $PRGNAM | tr - _)
|
LIBNAM=$(echo $PRGNAM | tr - _)
|
||||||
VERSION=${VERSION:-2016.07.12_dc471a4}
|
VERSION=${VERSION:-2017.01.26_2d579c6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ make -C libretro DEBUG=$DEBUG
|
||||||
install -Dm0644 libretro/$LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
install -Dm0644 libretro/$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="snes9x-libretro"
|
PRGNAM="snes9x-libretro"
|
||||||
VERSION="2016.07.12_dc471a4"
|
VERSION="2017.01.26_2d579c6"
|
||||||
HOMEPAGE="http://www.libretro.com/"
|
HOMEPAGE="http://www.libretro.com/"
|
||||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x-libretro-2016.07.12_dc471a4.tar.xz"
|
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/snes9x-libretro-2017.01.26_2d579c6.tar.xz"
|
||||||
MD5SUM="989e4aaa6c286d2257592f5fac1a4823"
|
MD5SUM="d6913e234443f0211b7362433f29a0cc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="RetroArch"
|
REQUIRES="RetroArch"
|
||||||
|
|
Loading…
Reference in New Issue