diff options
author | nia <nia@pkgsrc.org> | 2018-08-13 18:04:15 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-13 18:04:15 +0000 |
commit | ba04de08a117200d4c11c6e609995928b99c4625 (patch) | |
tree | 90874a96f9049836c693d8aa9e6063e74b4bb40f /emulators/libretro-prosystem | |
parent | b610c60e158d96fda1a04694aac28303727911f1 (diff) | |
download | pkgsrc-ba04de08a117200d4c11c6e609995928b99c4625.tar.gz |
libretro-prosystem: add version 20180812.
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.
ProSystem is an Atari 7800 video game system emulator that can be used as a
libretro core.
Diffstat (limited to 'emulators/libretro-prosystem')
-rw-r--r-- | emulators/libretro-prosystem/DESCR | 8 | ||||
-rw-r--r-- | emulators/libretro-prosystem/Makefile | 30 | ||||
-rw-r--r-- | emulators/libretro-prosystem/PLIST | 2 | ||||
-rw-r--r-- | emulators/libretro-prosystem/distinfo | 6 |
4 files changed, 46 insertions, 0 deletions
diff --git a/emulators/libretro-prosystem/DESCR b/emulators/libretro-prosystem/DESCR new file mode 100644 index 00000000000..92135b0906f --- /dev/null +++ b/emulators/libretro-prosystem/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. + +ProSystem is an Atari 7800 video game system emulator that can be used as a +libretro core. diff --git a/emulators/libretro-prosystem/Makefile b/emulators/libretro-prosystem/Makefile new file mode 100644 index 00000000000..162a9f88669 --- /dev/null +++ b/emulators/libretro-prosystem/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2018/08/13 18:04:15 nia Exp $ + +DISTNAME= libretro-prosystem-20180812 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} +GITHUB_PROJECT= prosystem-libretro +GITHUB_TAG= 463dfff97f2e7d707ee5ae238cb2e8e70beb585a + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://docs.libretro.com/library/prosystem/ +COMMENT= Libretro core based on the ProSystem Atari 7800 emulator +LICENSE= gnu-gpl-v2 + +EXTRACT_USING= bsdtar +USE_TOOLS+= gmake +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" + +.include "../../mk/endian.mk" + +.if ${MACHINE_ENDIAN} == "big" +CFLAGS+= -DMSB_FIRST +.endif + +INSTALLATION_DIRS+= ${PREFIX}/lib/libretro + +do-install: + ${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so \ + ${DESTDIR}${PREFIX}/lib/libretro/prosystem_libretro.so + +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/libretro-prosystem/PLIST b/emulators/libretro-prosystem/PLIST new file mode 100644 index 00000000000..19c0a3de048 --- /dev/null +++ b/emulators/libretro-prosystem/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2018/08/13 18:04:15 nia Exp $ +lib/libretro/prosystem_libretro.so diff --git a/emulators/libretro-prosystem/distinfo b/emulators/libretro-prosystem/distinfo new file mode 100644 index 00000000000..12bc09ed44a --- /dev/null +++ b/emulators/libretro-prosystem/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/08/13 18:04:15 nia Exp $ + +SHA1 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = 09c46cbd0a610bfcd1ea87ff3b95378a93e5e6eb +RMD160 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = bb8f5146c69ca80b2f3ef500bb025733b6bc8c19 +SHA512 (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = 2ad8bc5fa14a6de94b57203b123841f9ed25207e0692a93721fafaee089d8177b239187b0e67aac79cf0db2bf3296320aeaf9e0f078416563710d4a3fa376c2e +Size (libretro-prosystem-20180812-463dfff97f2e7d707ee5ae238cb2e8e70beb585a.tar.gz) = 74090 bytes |