pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-mednafen-vb: Import libretro-mednafen-vb-20170501 as wip/libretro-mednafen-vb
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun May 14 17:30:06 2017 +0100
Changeset: 3dbefa73a1ff3907f9067da4c9242a3fb651ca6a
Modified Files:
Makefile
Added Files:
libretro-mednafen-vb/DESCR
libretro-mednafen-vb/Makefile
libretro-mednafen-vb/PLIST
libretro-mednafen-vb/distinfo
Log Message:
libretro-mednafen-vb: Import libretro-mednafen-vb-20170501 as wip/libretro-mednafen-vb
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.
Beetle/Mednafen VB is a Nintendo Virtual Boy video game system emulator that
can be used as a libretro core.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3dbefa73a1ff3907f9067da4c9242a3fb651ca6a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
libretro-mednafen-vb/DESCR | 8 ++++++++
libretro-mednafen-vb/Makefile | 22 ++++++++++++++++++++++
libretro-mednafen-vb/PLIST | 2 ++
libretro-mednafen-vb/distinfo | 6 ++++++
5 files changed, 39 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index bf9b9ae820..8eda2e73c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1731,6 +1731,7 @@ SUBDIR+= libretro-mame2014
SUBDIR+= libretro-mednafen-ngp
SUBDIR+= libretro-mednafen-pce-fast
SUBDIR+= libretro-mednafen-psx
+SUBDIR+= libretro-mednafen-vb
SUBDIR+= libretro-mednafen-wswan
SUBDIR+= libretro-nestopia
SUBDIR+= libretro-parallel-n64
diff --git a/libretro-mednafen-vb/DESCR b/libretro-mednafen-vb/DESCR
new file mode 100644
index 0000000000..393d3a2303
--- /dev/null
+++ b/libretro-mednafen-vb/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.
+
+Beetle/Mednafen VB is a Nintendo Virtual Boy video game system emulator that
+can be used as a libretro core.
diff --git a/libretro-mednafen-vb/Makefile b/libretro-mednafen-vb/Makefile
new file mode 100644
index 0000000000..8acd682cbb
--- /dev/null
+++ b/libretro-mednafen-vb/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= libretro-mednafen-vb-20170501
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+COMMENT= Libretro core based on the Mednafen VirtualBoy emulator
+LICENSE= gnu-gpl-v2
+
+GITHUB_PROJECT= beetle-vb-libretro
+GITHUB_TAG= f1a8a46bcc2d4dda64a05dba552f9135be8527d3
+
+USE_TOOLS= gmake
+
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/mednafen_vb_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/mednafen_vb_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-mednafen-vb/PLIST b/libretro-mednafen-vb/PLIST
new file mode 100644
index 0000000000..8b7711b12d
--- /dev/null
+++ b/libretro-mednafen-vb/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/mednafen_vb_libretro.so
diff --git a/libretro-mednafen-vb/distinfo b/libretro-mednafen-vb/distinfo
new file mode 100644
index 0000000000..a102af9acc
--- /dev/null
+++ b/libretro-mednafen-vb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-mednafen-vb-20170501-f1a8a46bcc2d4dda64a05dba552f9135be8527d3.tar.gz) = 56b50ab39d1bc84fe433ec0d881266796011bb48
+RMD160 (libretro-mednafen-vb-20170501-f1a8a46bcc2d4dda64a05dba552f9135be8527d3.tar.gz) = ce4c65cd536ae591a4b0d72dbf599824a36b9def
+SHA512 (libretro-mednafen-vb-20170501-f1a8a46bcc2d4dda64a05dba552f9135be8527d3.tar.gz) = 925ac764beb6cdc8bbfe7170d8f33cd155a58536b0dd707ae96150e196e9cc0ca78982632925e2ceedf540db72b34f13750d79e6992f52a111446bf6e125351d
+Size (libretro-mednafen-vb-20170501-f1a8a46bcc2d4dda64a05dba552f9135be8527d3.tar.gz) = 169836 bytes
Home |
Main Index |
Thread Index |
Old Index