pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-gambatte Import libretro-gambatte-2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115ed17f78de
branches:  trunk
changeset: 646167:115ed17f78de
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Feb 05 01:40:45 2015 +0000

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

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.

Gambatte is a Nintendo Game Boy/Game Boy Color video game system emulator.

diffstat:

 emulators/libretro-gambatte/DESCR    |   7 +++++++
 emulators/libretro-gambatte/Makefile |  25 +++++++++++++++++++++++++
 emulators/libretro-gambatte/PLIST    |   2 ++
 emulators/libretro-gambatte/distinfo |   5 +++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r dc48c7db0b0a -r 115ed17f78de emulators/libretro-gambatte/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gambatte/DESCR Thu Feb 05 01:40:45 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.
+
+Gambatte is a Nintendo Game Boy/Game Boy Color video game system emulator.
diff -r dc48c7db0b0a -r 115ed17f78de emulators/libretro-gambatte/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gambatte/Makefile      Thu Feb 05 01:40:45 2015 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/02/05 01:40:45 jmcneill Exp $
+
+DISTNAME=      gambatte-libretro-20150204
+PKGNAME=       libretro-gambatte-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/gambatte-libretro
+COMMENT=       Libretro core based on the Gambatte Game Boy Color emulator
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=                ${WRKDIR}/gambatte-libretro-master/libgambatte
+USE_LANGUAGES= c c++
+MAKE_FILE=     Makefile.libretro
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/gambatte_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/gambatte_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r dc48c7db0b0a -r 115ed17f78de emulators/libretro-gambatte/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gambatte/PLIST Thu Feb 05 01:40:45 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/05 01:40:45 jmcneill Exp $
+lib/libretro/gambatte_libretro.so
diff -r dc48c7db0b0a -r 115ed17f78de emulators/libretro-gambatte/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-gambatte/distinfo      Thu Feb 05 01:40:45 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/05 01:40:45 jmcneill Exp $
+
+SHA1 (gambatte-libretro-20150204.zip) = ca821c70aff0cd62df9e39d906c0d978f65f794c
+RMD160 (gambatte-libretro-20150204.zip) = 00fef2ee8d28ab58ee66cc0a9f781795a13506f0
+Size (gambatte-libretro-20150204.zip) = 2293283 bytes



Home | Main Index | Thread Index | Old Index