pkgsrc-WIP-changes archive

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

libretro-vecx: Import libretro-vecx-20170124 as wip/libretro-vecx



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Sun May 14 19:08:46 2017 +0100
Changeset:	0be8acfdd1cee63c6f269ff6fec0b696164c62f9

Modified Files:
	Makefile
Added Files:
	libretro-vecx/DESCR
	libretro-vecx/Makefile
	libretro-vecx/PLIST
	libretro-vecx/distinfo

Log Message:
libretro-vecx: Import libretro-vecx-20170124 as wip/libretro-vecx

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.

vecx is a Vectrex 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=0be8acfdd1cee63c6f269ff6fec0b696164c62f9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 +
 libretro-vecx/DESCR    |  8 ++++++++
 libretro-vecx/Makefile | 23 +++++++++++++++++++++++
 libretro-vecx/PLIST    |  2 ++
 libretro-vecx/distinfo |  6 ++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e93d007dee..534c12bf31 100644
--- a/Makefile
+++ b/Makefile
@@ -1745,6 +1745,7 @@ SUBDIR+=	libretro-snes9x2010
 SUBDIR+=	libretro-stella
 SUBDIR+=	libretro-tyrquake
 SUBDIR+=	libretro-vba-next
+SUBDIR+=	libretro-vecx
 SUBDIR+=	libretro-virtualjaguar
 SUBDIR+=	libretro-yabause
 SUBDIR+=	librocket
diff --git a/libretro-vecx/DESCR b/libretro-vecx/DESCR
new file mode 100644
index 0000000000..8db072c896
--- /dev/null
+++ b/libretro-vecx/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.
+
+vecx is a Vectrex video game system emulator that can be used as a libretro
+core.
diff --git a/libretro-vecx/Makefile b/libretro-vecx/Makefile
new file mode 100644
index 0000000000..344b2fcb2c
--- /dev/null
+++ b/libretro-vecx/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	libretro-vecx-20170124
+CATEGORIES=	emulators
+MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
+
+HOMEPAGE=	https://wiki.libretro.com/index.php?title=Vecx
+COMMENT=	Libretro core for Vectrex emulation
+LICENSE=	gnu-gpl-v3
+
+GITHUB_TAG=	30d39a017564a99d97bb0f7815928ef7497c2d6f
+
+MAKE_FILE=	Makefile.libretro
+
+USE_TOOLS=	gmake
+
+INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
+
+do-install:
+	${INSTALL_LIB} ${WRKSRC}/vecx_libretro.so \
+	    ${DESTDIR}${PREFIX}/lib/libretro/vecx_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-vecx/PLIST b/libretro-vecx/PLIST
new file mode 100644
index 0000000000..4c57f924c4
--- /dev/null
+++ b/libretro-vecx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/vecx_libretro.so
diff --git a/libretro-vecx/distinfo b/libretro-vecx/distinfo
new file mode 100644
index 0000000000..613947d9e0
--- /dev/null
+++ b/libretro-vecx/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-vecx-20170124-30d39a017564a99d97bb0f7815928ef7497c2d6f.tar.gz) = 287ae8f8e1d957f003ebf9e81464a5d03d09712d
+RMD160 (libretro-vecx-20170124-30d39a017564a99d97bb0f7815928ef7497c2d6f.tar.gz) = f2cb2c231886acacd5367d697b1a3b7f086b71fb
+SHA512 (libretro-vecx-20170124-30d39a017564a99d97bb0f7815928ef7497c2d6f.tar.gz) = 3ad604810869237153c272c3efb17b165f11fdcd488dbb1bd3cf3866314699a67004d90a5444fc2c3dd12744f7143cdb9fced7d6c1c02579a57a98d27e427d08
+Size (libretro-vecx-20170124-30d39a017564a99d97bb0f7815928ef7497c2d6f.tar.gz) = 125443 bytes


Home | Main Index | Thread Index | Old Index