mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/virtualjaguar-libretro: Updated for v. 2017.01.24_7697f9d.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
10aa81a282
commit
fcfe6b3eb8
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=virtualjaguar-libretro
|
||||
LIBNAM=$(echo $PRGNAM | tr - _)
|
||||
VERSION=${VERSION:-2016.05.29_8c260cb}
|
||||
VERSION=${VERSION:-2017.01.24_7697f9d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,7 +79,7 @@ make DEBUG=$DEBUG
|
|||
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
||||
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 \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virtualjaguar-libretro"
|
||||
VERSION="2016.05.29_8c260cb"
|
||||
VERSION="2017.01.24_7697f9d"
|
||||
HOMEPAGE="http://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/virtualjaguar-libretro-2016.05.29_8c260cb.tar.xz"
|
||||
MD5SUM="1bf9171ee285f98afb6a27452babddc6"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/virtualjaguar-libretro-2017.01.24_7697f9d.tar.xz"
|
||||
MD5SUM="5d38de7096da2d419a6d4d51448e26bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue