pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators emulators/libretro-beetle-ngp: Import libret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a31a141fb46a
branches:  trunk
changeset: 311441:a31a141fb46a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 11 00:32:25 2018 +0000

description:
emulators/libretro-beetle-ngp: Import libretro-beetle-ngp-20180720

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

This package contains the Mednafen Neo Geo Pocket emulator for Libretro (based
on NeoPop).

diffstat:

 emulators/Makefile                     |   3 ++-
 emulators/libretro-beetle-ngp/DESCR    |   8 ++++++++
 emulators/libretro-beetle-ngp/Makefile |  31 +++++++++++++++++++++++++++++++
 emulators/libretro-beetle-ngp/PLIST    |   2 ++
 emulators/libretro-beetle-ngp/distinfo |   6 ++++++
 5 files changed, 49 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r cab834ade5d6 -r a31a141fb46a emulators/Makefile
--- a/emulators/Makefile        Sat Aug 11 00:20:11 2018 +0000
+++ b/emulators/Makefile        Sat Aug 11 00:32:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.262 2018/08/11 00:19:58 nia Exp $
+# $NetBSD: Makefile,v 1.263 2018/08/11 00:32:25 nia Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -88,6 +88,7 @@
 SUBDIR+=       keystone
 SUBDIR+=       klh10
 SUBDIR+=       libdsk
+SUBDIR+=       libretro-beetle-ngp
 SUBDIR+=       libretro-beetle-pce-fast
 SUBDIR+=       libretro-beetle-psx
 SUBDIR+=       libretro-core-info
diff -r cab834ade5d6 -r a31a141fb46a emulators/libretro-beetle-ngp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-ngp/DESCR       Sat Aug 11 00:32:25 2018 +0000
@@ -0,0 +1,8 @@
+Libretro is a simple but powerful development interface that allows for the
+easy creation of emulators, games and multimedia applications that can plug
+straight into any libretro-compatible frontend. This development interface is
+open to others so that they can run these pluggable emulator and game cores
+also in their own programs or devices.
+
+This package contains the Mednafen Neo Geo Pocket emulator for Libretro (based
+on NeoPop).
diff -r cab834ade5d6 -r a31a141fb46a emulators/libretro-beetle-ngp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-ngp/Makefile    Sat Aug 11 00:32:25 2018 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2018/08/11 00:32:25 nia Exp $
+
+DISTNAME=      libretro-beetle-ngp-20180720
+CATEGORIES=    emulators
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT=        beetle-ngp-libretro
+GITHUB_TAG=    69293c940ca27008ab2a1e37cc3077c677b36d1e
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://docs.libretro.com/library/beetle_neopop/
+COMMENT=       Libretro core based on the Mednafen Neo Geo Pocket emulator
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    gmake
+USE_LANGUAGES= c c++
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
+
+.include "../../mk/endian.mk"
+
+.if ${MACHINE_ENDIAN} == "big"
+CFLAGS+=       -DMSB_FIRST
+.endif
+
+BUILD_MAKE_FLAGS+=     GIT_VERSION="-pkgsrc"
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/mednafen_ngp_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/mednafen_ngp_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r cab834ade5d6 -r a31a141fb46a emulators/libretro-beetle-ngp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-ngp/PLIST       Sat Aug 11 00:32:25 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/11 00:32:25 nia Exp $
+lib/libretro/mednafen_ngp_libretro.so
diff -r cab834ade5d6 -r a31a141fb46a emulators/libretro-beetle-ngp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-beetle-ngp/distinfo    Sat Aug 11 00:32:25 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/11 00:32:25 nia Exp $
+
+SHA1 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 742bed4eaf31e39711437e06a7341f5df4794b1e
+RMD160 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 996fceb31f2ddaad51ab63d4ee72b41005ba6148
+SHA512 (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 
f845ed786c5f2103fccd71d8d206098af070c4da7082cd7412e0ee39e6494d27b2a7c0261c0e1b33a2b340bf64c25dc7b05dd271c75279d33ed281e515ad508a
+Size (libretro-beetle-ngp-20180720-69293c940ca27008ab2a1e37cc3077c677b36d1e.tar.gz) = 180743 bytes



Home | Main Index | Thread Index | Old Index