summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2015-02-13 21:21:03 +0000
committersnj <snj@pkgsrc.org>2015-02-13 21:21:03 +0000
commitf6a32cbaa247548d37e3676075b01ac2da4a83af (patch)
tree70223697fecc7f88535c712ac570325e2d3789fd /emulators
parent9817a294a82bcab626bf050713b7471cc8893d73 (diff)
downloadpkgsrc-f6a32cbaa247548d37e3676075b01ac2da4a83af.tar.gz
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 (limited to 'emulators')
-rw-r--r--emulators/libretro-vba-next/DESCR8
-rw-r--r--emulators/libretro-vba-next/Makefile27
-rw-r--r--emulators/libretro-vba-next/PLIST2
-rw-r--r--emulators/libretro-vba-next/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/emulators/libretro-vba-next/DESCR b/emulators/libretro-vba-next/DESCR
new file mode 100644
index 00000000000..423c2558ee6
--- /dev/null
+++ b/emulators/libretro-vba-next/DESCR
@@ -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 --git a/emulators/libretro-vba-next/Makefile b/emulators/libretro-vba-next/Makefile
new file mode 100644
index 00000000000..ec0e44a6ce6
--- /dev/null
+++ b/emulators/libretro-vba-next/Makefile
@@ -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
+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 --git a/emulators/libretro-vba-next/PLIST b/emulators/libretro-vba-next/PLIST
new file mode 100644
index 00000000000..c404c610725
--- /dev/null
+++ b/emulators/libretro-vba-next/PLIST
@@ -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 --git a/emulators/libretro-vba-next/distinfo b/emulators/libretro-vba-next/distinfo
new file mode 100644
index 00000000000..56001240b8d
--- /dev/null
+++ b/emulators/libretro-vba-next/distinfo
@@ -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