mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/beetle-supergrafx-libretro: Updated for v. 2017.01.24_1757cc3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
feafbf2691
commit
424d02e58a
2 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=beetle-supergrafx-libretro
|
||||
LIBNAM=mednafen_supergrafx_libretro
|
||||
VERSION=${VERSION:-2016.06.06_db2e712}
|
||||
VERSION=${VERSION:-2017.01.24_1757cc3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,12 +79,13 @@ 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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="beetle-supergrafx-libretro"
|
||||
VERSION="2016.06.06_db2e712"
|
||||
VERSION="2017.01.24_1757cc3"
|
||||
HOMEPAGE="http://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-supergrafx-libretro-2016.06.06_db2e712.tar.xz"
|
||||
MD5SUM="d79240f3d9450faef87ffee63aa69270"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-supergrafx-libretro-2017.01.24_1757cc3.tar.xz"
|
||||
MD5SUM="d943a6063e4cb3e188d7279490ee3f55"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue