pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-picodrive Import libretro-picodrive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30c120bf4626
branches:  trunk
changeset: 646150:30c120bf4626
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Wed Feb 04 22:58:13 2015 +0000

description:
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.

diffstat:

 emulators/libretro-picodrive/DESCR    |   7 +++++++
 emulators/libretro-picodrive/Makefile |  31 +++++++++++++++++++++++++++++++
 emulators/libretro-picodrive/PLIST    |   2 ++
 emulators/libretro-picodrive/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 8fdcab531cc1 -r 30c120bf4626 emulators/libretro-picodrive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-picodrive/DESCR        Wed Feb 04 22:58:13 2015 +0000
@@ -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.
diff -r 8fdcab531cc1 -r 30c120bf4626 emulators/libretro-picodrive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-picodrive/Makefile     Wed Feb 04 22:58:13 2015 +0000
@@ -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@localhost
+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"
diff -r 8fdcab531cc1 -r 30c120bf4626 emulators/libretro-picodrive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-picodrive/PLIST        Wed Feb 04 22:58:13 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/04 22:58:13 jmcneill Exp $
+lib/libretro/picodrive_libretro.so
diff -r 8fdcab531cc1 -r 30c120bf4626 emulators/libretro-picodrive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-picodrive/distinfo     Wed Feb 04 22:58:13 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index