libretro-virtualjaguar: import 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. Virtual Jaguar emulates the Atari Jaguar game console.
This commit is contained in:
parent
25e5679369
commit
f99c0f00cd
5 changed files with 51 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.284 2018/09/06 09:33:38 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.285 2018/10/13 16:19:31 nia Exp $
|
||||
#
|
||||
|
||||
COMMENT= Emulators for other operating systems
|
||||
|
@ -125,6 +125,7 @@ SUBDIR+= libretro-snes9x2010
|
|||
SUBDIR+= libretro-stella
|
||||
SUBDIR+= libretro-vba-next
|
||||
SUBDIR+= libretro-vecx
|
||||
SUBDIR+= libretro-virtualjaguar
|
||||
SUBDIR+= libspectrum
|
||||
SUBDIR+= lrmi
|
||||
SUBDIR+= m1
|
||||
|
|
7
emulators/libretro-virtualjaguar/DESCR
Normal file
7
emulators/libretro-virtualjaguar/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
Virtual Jaguar emulates the Atari Jaguar game console.
|
34
emulators/libretro-virtualjaguar/Makefile
Normal file
34
emulators/libretro-virtualjaguar/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/10/13 16:19:31 nia Exp $
|
||||
|
||||
DISTNAME= libretro-virtualjaguar-20180812
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
|
||||
GITHUB_PROJECT= virtualjaguar-libretro
|
||||
GITHUB_TAG= f3cf607b20ee69e78dbfd80010d3f485fdf67283
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://docs.libretro.com/library/virtual_jaguar/
|
||||
COMMENT= Libretro core based on the Virtual Jaguar Atari Jaguar emulation
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
EXTRACT_USING= bsdtar
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
|
||||
|
||||
.include "../../mk/endian.mk"
|
||||
|
||||
.if ${MACHINE_ENDIAN} == "big"
|
||||
CFLAGS+= -DMSB_FIRST
|
||||
.endif
|
||||
|
||||
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-undefined
|
||||
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=link.T
|
||||
|
||||
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
|
||||
|
||||
do-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/virtualjaguar_libretro.so \
|
||||
${DESTDIR}${PREFIX}/lib/libretro/virtualjaguar_libretro.so
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
emulators/libretro-virtualjaguar/PLIST
Normal file
2
emulators/libretro-virtualjaguar/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/10/13 16:19:31 nia Exp $
|
||||
lib/libretro/virtualjaguar_libretro.so
|
6
emulators/libretro-virtualjaguar/distinfo
Normal file
6
emulators/libretro-virtualjaguar/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/10/13 16:19:31 nia Exp $
|
||||
|
||||
SHA1 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 1a90830112c45d6f5ba550491ccfced218d7a220
|
||||
RMD160 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 15c98ba55e41f047d4059b362971aa02619951ff
|
||||
SHA512 (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = f2a4fcfc9d7b0b1be9fb19c79385df1f022ad4b221953104018a630a9da9641fcc3452fa1ee78159fac73da84cf029c3fc8547983b7997915f3a118b0cc9340e
|
||||
Size (libretro-virtualjaguar-20180812-f3cf607b20ee69e78dbfd80010d3f485fdf67283.tar.gz) = 974071 bytes
|
Loading…
Reference in a new issue