diff options
author | nia <nia@pkgsrc.org> | 2018-08-10 23:16:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-10 23:16:11 +0000 |
commit | ac298c5b7693d2db468fed1e42b00251a18f64bd (patch) | |
tree | d91bbf8d95236c83bf98d41e3b53fb164be31de5 /emulators/libretro-beetle-pce-fast | |
parent | f74035fa2029dafe1d659654591a271b4e895ff9 (diff) | |
download | pkgsrc-ac298c5b7693d2db468fed1e42b00251a18f64bd.tar.gz |
libretro-beetle-pce-fast: Import libretro-beetle-pce-fast-20180720
This package replaces emulators/libretro-mednafen-pce-fast.
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.
Beetle/Mednafen PCE FAST is a NEC TurboGrafx-16/PC Engine/CD video game
system emulator.
Diffstat (limited to 'emulators/libretro-beetle-pce-fast')
-rw-r--r-- | emulators/libretro-beetle-pce-fast/DESCR | 8 | ||||
-rw-r--r-- | emulators/libretro-beetle-pce-fast/Makefile | 33 | ||||
-rw-r--r-- | emulators/libretro-beetle-pce-fast/PLIST | 2 | ||||
-rw-r--r-- | emulators/libretro-beetle-pce-fast/distinfo | 6 |
4 files changed, 49 insertions, 0 deletions
diff --git a/emulators/libretro-beetle-pce-fast/DESCR b/emulators/libretro-beetle-pce-fast/DESCR new file mode 100644 index 00000000000..bc418c3ff32 --- /dev/null +++ b/emulators/libretro-beetle-pce-fast/DESCR @@ -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. + +Beetle/Mednafen PCE FAST is a NEC TurboGrafx-16/PC Engine/CD video game +system emulator. diff --git a/emulators/libretro-beetle-pce-fast/Makefile b/emulators/libretro-beetle-pce-fast/Makefile new file mode 100644 index 00000000000..cdac18e2450 --- /dev/null +++ b/emulators/libretro-beetle-pce-fast/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1 2018/08/10 23:16:12 nia Exp $ + +DISTNAME= libretro-beetle-pce-fast-20180720 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= beetle-pce-fast-libretro +GITHUB_TAG= 6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/beetle_pce_fast/ +COMMENT= Libretro core based on the Mednafen PC Engine emulator +LICENSE= gnu-gpl-v2 + +EXTRACT_USING= bsdtar +USE_TOOLS+= gmake +USE_LANGUAGES= c c++ + +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +.include "../../mk/endian.mk" + +.if ${MACHINE_ENDIAN} == "big" +CFLAGS+= -DMSB_FIRST +CFLAGS+= -DBYTE_ORDER=BIG_ENDIAN +.endif + +do-install: + ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_fast_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/mednafen_pce_fast_libretro.so + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/libretro-beetle-pce-fast/PLIST b/emulators/libretro-beetle-pce-fast/PLIST new file mode 100644 index 00000000000..154c1959f99 --- /dev/null +++ b/emulators/libretro-beetle-pce-fast/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/10 23:16:12 nia Exp $ +lib/libretro/mednafen_pce_fast_libretro.so diff --git a/emulators/libretro-beetle-pce-fast/distinfo b/emulators/libretro-beetle-pce-fast/distinfo new file mode 100644 index 00000000000..93cf29fa1e4 --- /dev/null +++ b/emulators/libretro-beetle-pce-fast/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/10 23:16:12 nia Exp $ + +SHA1 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 79aff7c35fc8e70b8fe5f3280828a679e9a8bc9d +RMD160 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 3189b5a86e19cf35c6682b7bfa068608646e526d +SHA512 (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 3d904688d8a39d0045c934b68a3ca98752856f64a1f34b8342757f158afb23b38f62ff296a1a97ec069ff7e5a8052e696714baf063788e44f862ab1e5a57a64e +Size (libretro-beetle-pce-fast-20180720-6dfaf04cf2085ab9e5bb6ffac75070816cb4ff52.tar.gz) = 1146912 bytes |