pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-prosystem: Import libretro-prosystem-20170124 as wip/libretro-prosystem
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun May 14 17:38:58 2017 +0100
Changeset: 7650a4dd42a9e5902a99e3eab6ab6e85ed237efe
Modified Files:
Makefile
Added Files:
libretro-prosystem/DESCR
libretro-prosystem/Makefile
libretro-prosystem/PLIST
libretro-prosystem/distinfo
Log Message:
libretro-prosystem: Import libretro-prosystem-20170124 as wip/libretro-prosystem
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.
ProSystem is an Atari 7800 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=7650a4dd42a9e5902a99e3eab6ab6e85ed237efe
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
libretro-prosystem/DESCR | 8 ++++++++
libretro-prosystem/Makefile | 20 ++++++++++++++++++++
libretro-prosystem/PLIST | 2 ++
libretro-prosystem/distinfo | 6 ++++++
5 files changed, 37 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b856a081ad..5eff52e81c 100644
--- a/Makefile
+++ b/Makefile
@@ -1738,6 +1738,7 @@ SUBDIR+= libretro-nestopia
SUBDIR+= libretro-parallel-n64
SUBDIR+= libretro-picodrive
SUBDIR+= libretro-prboom
+SUBDIR+= libretro-prosystem
SUBDIR+= libretro-snes9x2005
SUBDIR+= libretro-snes9x2010
SUBDIR+= libretro-stella
diff --git a/libretro-prosystem/DESCR b/libretro-prosystem/DESCR
new file mode 100644
index 0000000000..92135b0906
--- /dev/null
+++ b/libretro-prosystem/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.
+
+ProSystem is an Atari 7800 video game system emulator that can be used as a
+libretro core.
diff --git a/libretro-prosystem/Makefile b/libretro-prosystem/Makefile
new file mode 100644
index 0000000000..b614bb3871
--- /dev/null
+++ b/libretro-prosystem/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= libretro-prosystem-20170124
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+COMMENT= Libretro core based on the ProSystem Atari 7800 emulator
+LICENSE= gnu-gpl-v2
+
+GITHUB_PROJECT= prosystem-libretro
+GITHUB_TAG= 1cf54722a37e30a82a16db2a4fbb5edcbe005c70
+
+USE_TOOLS= gmake
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/prosystem_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/prosystem_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-prosystem/PLIST b/libretro-prosystem/PLIST
new file mode 100644
index 0000000000..e29f011bb8
--- /dev/null
+++ b/libretro-prosystem/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/prosystem_libretro.so
diff --git a/libretro-prosystem/distinfo b/libretro-prosystem/distinfo
new file mode 100644
index 0000000000..2e54038601
--- /dev/null
+++ b/libretro-prosystem/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-prosystem-20170124-1cf54722a37e30a82a16db2a4fbb5edcbe005c70.tar.gz) = 08aed47fe12811b53113af098a90a059f226b31a
+RMD160 (libretro-prosystem-20170124-1cf54722a37e30a82a16db2a4fbb5edcbe005c70.tar.gz) = c1961bcfea71b931de45bbadbb79eb45b1ec2c21
+SHA512 (libretro-prosystem-20170124-1cf54722a37e30a82a16db2a4fbb5edcbe005c70.tar.gz) = b497fa63d05da2e08917bb64f6324269768311864c200ee93696fda06725b134f07ad33261b30a8fafcf0d31f668b280f8e84c85f580070a9851b75032a92d65
+Size (libretro-prosystem-20170124-1cf54722a37e30a82a16db2a4fbb5edcbe005c70.tar.gz) = 66231 bytes
Home |
Main Index |
Thread Index |
Old Index