pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-fceumm Import libretro-fceumm-20150...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdc5de4eae7a
branches:  trunk
changeset: 646148:fdc5de4eae7a
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Wed Feb 04 22:57:29 2015 +0000

description:
Import libretro-fceumm-20150204 as emulators/libretro-fceumm.

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.

FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes
in extensive mapper support.

diffstat:

 emulators/libretro-fceumm/DESCR    |   8 ++++++++
 emulators/libretro-fceumm/Makefile |  26 ++++++++++++++++++++++++++
 emulators/libretro-fceumm/PLIST    |   2 ++
 emulators/libretro-fceumm/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r faba252076c0 -r fdc5de4eae7a emulators/libretro-fceumm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fceumm/DESCR   Wed Feb 04 22:57:29 2015 +0000
@@ -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.
+
+FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes
+in extensive mapper support.
diff -r faba252076c0 -r fdc5de4eae7a emulators/libretro-fceumm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fceumm/Makefile        Wed Feb 04 22:57:29 2015 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+
+DISTNAME=      fceumm-libretro-20150204
+PKGNAME=       libretro-fceumm-20150204
+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/libretro-fceumm
+COMMENT=       Libretro core based on the FCEUmm emulator
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=        ${WRKDIR}/libretro-fceumm-master
+MAKE_FILE=     Makefile.libretro
+USE_TOOLS+=    gmake
+
+CFLAGS+=       -DHAVE_ASPRINTF
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/fceumm_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/fceumm_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r faba252076c0 -r fdc5de4eae7a emulators/libretro-fceumm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fceumm/PLIST   Wed Feb 04 22:57:29 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+lib/libretro/fceumm_libretro.so
diff -r faba252076c0 -r fdc5de4eae7a emulators/libretro-fceumm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-fceumm/distinfo        Wed Feb 04 22:57:29 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+
+SHA1 (fceumm-libretro-20150204.zip) = a56ceff1b9ae434c9fa83a55aa0e2dfd9baf523b
+RMD160 (fceumm-libretro-20150204.zip) = 707ad067145272a031db529c98a5695837e04882
+Size (fceumm-libretro-20150204.zip) = 847075 bytes



Home | Main Index | Thread Index | Old Index