pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-snes9x-next Import libretro-snes9x-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeb1ef40ee0b
branches:  trunk
changeset: 646157:eeb1ef40ee0b
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Feb 05 00:16:25 2015 +0000

description:
Import libretro-snes9x-next-20150204 as emulators/libretro-snes9x-next.

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.

SNES9x Next is a Super Nintendo video game system emulator.

diffstat:

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

diffs (61 lines):

diff -r e79e8343d35d -r eeb1ef40ee0b emulators/libretro-snes9x-next/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x-next/DESCR      Thu Feb 05 00:16:25 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.
+
+SNES9x Next is a Super Nintendo video game system emulator.
diff -r e79e8343d35d -r eeb1ef40ee0b emulators/libretro-snes9x-next/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x-next/Makefile   Thu Feb 05 00:16:25 2015 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2015/02/05 00:16:25 jmcneill Exp $
+
+DISTNAME=      snes9x-next-libretro-20150204
+PKGNAME=       libretro-snes9x-next-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/snes9x-next
+COMMENT=       Libretro core based on the SNES9x 1.52+ emulator
+
+WRKSRC=        ${WRKDIR}/snes9x-next-master
+USE_TOOLS+=    gmake
+
+.include "../../mk/bsd.prefs.mk"
+
+SNES9X_NEXT_PLATFORM=  ${MACHINE_ARCH}
+.if !empty(MACHINE_ARCH:M*arm*hf)
+SNES9X_NEXT_PLATFORM+= -hardfloat
+.endif
+
+MAKE_ENV+=     platform="${SNES9X_NEXT_PLATFORM}"
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/snes9x_next_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/snes9x_next_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r e79e8343d35d -r eeb1ef40ee0b emulators/libretro-snes9x-next/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x-next/PLIST      Thu Feb 05 00:16:25 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/05 00:16:25 jmcneill Exp $
+lib/libretro/snes9x_next_libretro.so
diff -r e79e8343d35d -r eeb1ef40ee0b emulators/libretro-snes9x-next/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-snes9x-next/distinfo   Thu Feb 05 00:16:25 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/05 00:16:25 jmcneill Exp $
+
+SHA1 (snes9x-next-libretro-20150204.zip) = 69034e455a5216eccb195754e3bc6bbe78765a76
+RMD160 (snes9x-next-libretro-20150204.zip) = b184254ec567e5bdbef394d9273ae7c35d586f80
+Size (snes9x-next-libretro-20150204.zip) = 478824 bytes



Home | Main Index | Thread Index | Old Index