pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d9c7e9d375b
branches:  trunk
changeset: 646697:3d9c7e9d375b
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Feb 13 21:21:03 2015 +0000

description:
Import libretro-vba-next-20150105 as emulators/libretro-vba-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.

VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video
game system emulator.

diffstat:

 emulators/libretro-vba-next/DESCR    |   8 ++++++++
 emulators/libretro-vba-next/Makefile |  27 +++++++++++++++++++++++++++
 emulators/libretro-vba-next/PLIST    |   2 ++
 emulators/libretro-vba-next/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 04e2a09f8f28 -r 3d9c7e9d375b emulators/libretro-vba-next/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vba-next/DESCR Fri Feb 13 21:21:03 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.
+
+VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video
+game system emulator.
diff -r 04e2a09f8f28 -r 3d9c7e9d375b emulators/libretro-vba-next/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vba-next/Makefile      Fri Feb 13 21:21:03 2015 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2015/02/13 21:21:03 snj Exp $
+
+DISTNAME=      a0dd88872fc734cf4cc595df1cd1240fa213ac10
+PKGNAME=       libretro-vba-next-20150105
+CATEGORIES=    emulators games
+MASTER_SITES=  https://github.com/libretro/vba-next/archive/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/libretro/vbam-libretro
+COMMENT=       Libretro core based on the VBA Next Game Boy Advance emulator
+
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES+=        c c++
+USE_TOOLS+=    gmake
+
+WRKSRC=                ${WRKDIR}/vba-next-${DISTNAME}
+MAKE_FILE=     Makefile.libretro
+
+INSTALLATION_DIRS=     lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/vba_next_libretro.so \
+               ${DESTDIR}${PREFIX}/lib/libretro/vba_next_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r 04e2a09f8f28 -r 3d9c7e9d375b emulators/libretro-vba-next/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vba-next/PLIST Fri Feb 13 21:21:03 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/13 21:21:03 snj Exp $
+lib/libretro/vba_next_libretro.so
diff -r 04e2a09f8f28 -r 3d9c7e9d375b emulators/libretro-vba-next/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-vba-next/distinfo      Fri Feb 13 21:21:03 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/13 21:21:03 snj Exp $
+
+SHA1 (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = 091313f2dbe55f005b46d40a6459b02e3adf4022
+RMD160 (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = d8c05256c27d58f0992142180a05929bea03938b
+Size (a0dd88872fc734cf4cc595df1cd1240fa213ac10.zip) = 150606 bytes



Home | Main Index | Thread Index | Old Index