Import libretro-picodrive-20150203 as emulators/libretro-picodrive.
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. PicoDrive is a Sega 8/16 bit video game system emulator.
This commit is contained in:
parent
1228c689bc
commit
f265eda7a2
4 changed files with 45 additions and 0 deletions
7
emulators/libretro-picodrive/DESCR
Normal file
7
emulators/libretro-picodrive/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.
|
||||
|
||||
PicoDrive is a Sega 8/16 bit video game system emulator.
|
31
emulators/libretro-picodrive/Makefile
Normal file
31
emulators/libretro-picodrive/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/02/04 22:58:13 jmcneill Exp $
|
||||
|
||||
DISTNAME= picodrive-libretro-20150203
|
||||
PKGNAME= libretro-picodrive-20150203
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://ftp.netbsd.org/pub/NetBSD/misc/jmcneill/retroarch/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/libretro/picodrive
|
||||
COMMENT= Fast MegaDrive/MegaCD/32X emulator
|
||||
LICENSE= picodrive-license
|
||||
|
||||
WRKSRC= ${WRKDIR}/picodrive
|
||||
MAKE_FILE= Makefile.libretro
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
.if !empty(MACHINE_ARCH:M*armv6*)
|
||||
MAKE_ENV+= HAVE_ARMV6=1
|
||||
.endif
|
||||
.if !empty(MACHINE_ARCH:M*armv7*)
|
||||
MAKE_ENV+= HAVE_ARMV7=1
|
||||
.endif
|
||||
|
||||
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
|
||||
|
||||
do-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/picodrive_libretro.so \
|
||||
${DESTDIR}${PREFIX}/lib/libretro/picodrive_libretro.so
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
emulators/libretro-picodrive/PLIST
Normal file
2
emulators/libretro-picodrive/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/02/04 22:58:13 jmcneill Exp $
|
||||
lib/libretro/picodrive_libretro.so
|
5
emulators/libretro-picodrive/distinfo
Normal file
5
emulators/libretro-picodrive/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/02/04 22:58:13 jmcneill Exp $
|
||||
|
||||
SHA1 (picodrive-libretro-20150203.zip) = 4be392f3b5a0f3c8b8fbd3fbdb31301bc0c4ee4e
|
||||
RMD160 (picodrive-libretro-20150203.zip) = 98401b5992a38dceaa5f6e90f168969bdb0d8baf
|
||||
Size (picodrive-libretro-20150203.zip) = 1681676 bytes
|
Loading…
Reference in a new issue