diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-02-04 21:05:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:14 +0700 |
commit | 7884c00e8c7172f3cf3c2225555f3cbd98e7165b (patch) | |
tree | 02f72ee7a9d0538b26d04ea1c8b8fbdbfc6a8c32 /games | |
parent | ca967ff433282f06903524ad0bd9a3776293c6a3 (diff) | |
download | slackbuilds-7884c00e8c7172f3cf3c2225555f3cbd98e7165b.tar.gz |
games/beetle-ngp-libretro: Updated for version 2017.01.24_66ef987.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/beetle-ngp-libretro/beetle-ngp-libretro.SlackBuild | 5 | ||||
-rw-r--r-- | games/beetle-ngp-libretro/beetle-ngp-libretro.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/beetle-ngp-libretro/beetle-ngp-libretro.SlackBuild b/games/beetle-ngp-libretro/beetle-ngp-libretro.SlackBuild index eb74230ee6..771b9d5bb5 100644 --- a/games/beetle-ngp-libretro/beetle-ngp-libretro.SlackBuild +++ b/games/beetle-ngp-libretro/beetle-ngp-libretro.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=beetle-ngp-libretro LIBNAM=mednafen_ngp_libretro -VERSION=${VERSION:-2016.07.25_8c5197a} +VERSION=${VERSION:-2017.01.24_66ef987} 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 diff --git a/games/beetle-ngp-libretro/beetle-ngp-libretro.info b/games/beetle-ngp-libretro/beetle-ngp-libretro.info index 1e9b81e813..7045df2ff3 100644 --- a/games/beetle-ngp-libretro/beetle-ngp-libretro.info +++ b/games/beetle-ngp-libretro/beetle-ngp-libretro.info @@ -1,8 +1,8 @@ PRGNAM="beetle-ngp-libretro" -VERSION="2016.07.25_8c5197a" +VERSION="2017.01.24_66ef987" HOMEPAGE="http://www.libretro.com/" -DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-ngp-libretro-2016.07.25_8c5197a.tar.xz" -MD5SUM="0b412ad8d6f2ea6d19d113189e275328" +DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/beetle-ngp-libretro-2017.01.24_66ef987.tar.xz" +MD5SUM="d1ad117c1db55df0608544537fc5d610" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="RetroArch" |