pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libretro-prboom: Import libretro-prboom-20170410 as wip/libretro-prboom
Module Name: pkgsrc-wip
Committed By: Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By: nee
Date: Sun May 14 17:35:21 2017 +0100
Changeset: 6c83991c313e16d8fa27f08b92f252a9a6af87ee
Modified Files:
Makefile
Added Files:
libretro-prboom/DESCR
libretro-prboom/Makefile
libretro-prboom/PLIST
libretro-prboom/distinfo
Log Message:
libretro-prboom: Import libretro-prboom-20170410 as wip/libretro-prboom
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.
PrBoom is a Doom source port 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=6c83991c313e16d8fa27f08b92f252a9a6af87ee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
libretro-prboom/DESCR | 8 ++++++++
libretro-prboom/Makefile | 19 +++++++++++++++++++
libretro-prboom/PLIST | 2 ++
libretro-prboom/distinfo | 6 ++++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b4c2749b23..b856a081ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1737,6 +1737,7 @@ SUBDIR+= libretro-mednafen-wswan
SUBDIR+= libretro-nestopia
SUBDIR+= libretro-parallel-n64
SUBDIR+= libretro-picodrive
+SUBDIR+= libretro-prboom
SUBDIR+= libretro-snes9x2005
SUBDIR+= libretro-snes9x2010
SUBDIR+= libretro-stella
diff --git a/libretro-prboom/DESCR b/libretro-prboom/DESCR
new file mode 100644
index 0000000000..0e4013ad1a
--- /dev/null
+++ b/libretro-prboom/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.
+
+PrBoom is a Doom source port that can be used as a libretro core.
diff --git a/libretro-prboom/Makefile b/libretro-prboom/Makefile
new file mode 100644
index 0000000000..24ec65e81b
--- /dev/null
+++ b/libretro-prboom/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= libretro-prboom-20170410
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+COMMENT= Libretro core for Doom
+LICENSE= gnu-gpl-v2
+
+GITHUB_TAG= e09831c627a84c34d72c3cc892566e1472abb598
+
+USE_TOOLS= gmake
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/prboom_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/prboom_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libretro-prboom/PLIST b/libretro-prboom/PLIST
new file mode 100644
index 0000000000..d65d7de6ae
--- /dev/null
+++ b/libretro-prboom/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+lib/libretro/prboom_libretro.so
diff --git a/libretro-prboom/distinfo b/libretro-prboom/distinfo
new file mode 100644
index 0000000000..e9ce1d8aac
--- /dev/null
+++ b/libretro-prboom/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libretro-prboom-20170410-e09831c627a84c34d72c3cc892566e1472abb598.tar.gz) = e21fc2c3b5cf60ac5ca4787b1768a6172837830d
+RMD160 (libretro-prboom-20170410-e09831c627a84c34d72c3cc892566e1472abb598.tar.gz) = 7bc8a3f93fdd66859a764e069281d6afa001a6f4
+SHA512 (libretro-prboom-20170410-e09831c627a84c34d72c3cc892566e1472abb598.tar.gz) = a34f194fbc918b652c1c1e1242c565ee4f59d7a55399f7bff9e5d904a296b76558aa85f30b6715beedf3512a54e880bdb85d693e9be14afd3b8cf0622eb4968e
+Size (libretro-prboom-20170410-e09831c627a84c34d72c3cc892566e1472abb598.tar.gz) = 2087952 bytes
Home |
Main Index |
Thread Index |
Old Index