mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/beetle-psx-libretro: Updated for version 2018.11.26_a081f34.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d0a86a675f
commit
43ab7d5e9c
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=beetle-psx-libretro
|
||||
LIBNAM=mednafen_psx_libretro
|
||||
VERSION=${VERSION:-2018.11.03_74bd755}
|
||||
VERSION=${VERSION:-2018.11.26_a081f34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,8 +79,8 @@ 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 ]; 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
|
||||
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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/parallel-psx
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="beetle-psx-libretro"
|
||||
VERSION="2018.11.03_74bd755"
|
||||
VERSION="2018.11.26_a081f34"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-psx-libretro-2018.11.03_74bd755.tar.xz"
|
||||
MD5SUM="68ff6448cb55c0953bb2cc1a11bc9ef3"
|
||||
DOWNLOAD="http://slackless.raccoons.tech/src/libretro/beetle-psx-libretro-2018.11.26_a081f34.tar.xz"
|
||||
MD5SUM="114496dfdcf210b4620d0c98636429a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue