pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games games/libretro-craft: Import libretro-craft-2018...
details: https://anonhg.NetBSD.org/pkgsrc/rev/73acc0b2360d
branches: trunk
changeset: 383818:73acc0b2360d
user: nia <nia%pkgsrc.org@localhost>
date: Sat Aug 11 00:48:50 2018 +0000
description:
games/libretro-craft: Import libretro-craft-20180803
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.
Craft is a Minecraft clone. It's just a few thousand lines of C and uses
modern OpenGL (shaders).
diffstat:
games/Makefile | 3 ++-
games/libretro-craft/DESCR | 8 ++++++++
games/libretro-craft/Makefile | 27 +++++++++++++++++++++++++++
games/libretro-craft/PLIST | 2 ++
games/libretro-craft/distinfo | 6 ++++++
5 files changed, 45 insertions(+), 1 deletions(-)
diffs (76 lines):
diff -r af40776f2a7f -r 73acc0b2360d games/Makefile
--- a/games/Makefile Sat Aug 11 00:32:42 2018 +0000
+++ b/games/Makefile Sat Aug 11 00:48:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.416 2018/07/13 17:28:46 adam Exp $
+# $NetBSD: Makefile,v 1.417 2018/08/11 00:48:50 nia Exp $
#
COMMENT= Games
@@ -223,6 +223,7 @@
SUBDIR+= libggz
SUBDIR+= libkdegames
SUBDIR+= libkmahjongg
+SUBDIR+= libretro-craft
SUBDIR+= lincity
SUBDIR+= lincity-ng
SUBDIR+= liquidwar
diff -r af40776f2a7f -r 73acc0b2360d games/libretro-craft/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-craft/DESCR Sat Aug 11 00:48:50 2018 +0000
@@ -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.
+
+Craft is a Minecraft clone. It's just a few thousand lines of C and uses
+modern OpenGL (shaders).
diff -r af40776f2a7f -r 73acc0b2360d games/libretro-craft/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-craft/Makefile Sat Aug 11 00:48:50 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/08/11 00:48:50 nia Exp $
+
+DISTNAME= libretro-craft-20180803
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
+GITHUB_PROJECT= Craft
+GITHUB_TAG= 581fb4255f7e856af4d568ee518e73dd38244c5d
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/craft
+COMMENT= Libretro core based on the 'Craft' Minecraft clone
+LICENSE= mit
+
+USE_TOOLS+= gmake
+
+MAKE_FILE= Makefile.libretro
+MAKE_FLAGS+= GIT_VERSION=" \(pkgsrc\)"
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/craft_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/craft_libretro.so
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r af40776f2a7f -r 73acc0b2360d games/libretro-craft/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-craft/PLIST Sat Aug 11 00:48:50 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/11 00:48:50 nia Exp $
+lib/libretro/craft_libretro.so
diff -r af40776f2a7f -r 73acc0b2360d games/libretro-craft/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/libretro-craft/distinfo Sat Aug 11 00:48:50 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/11 00:48:50 nia Exp $
+
+SHA1 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 80c6b81b2d1fc2b58dff853a867093c3f58ad15c
+RMD160 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 8115a31dcb88b813e3f0a73ce8f7b5d24162b4bf
+SHA512 (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) =
533f0f48d0f764c2f5dd8b9fea2717c1754f567b86d62a25873ee423dd2f2b75e8cd5d8a8ecaabc1531be0511fa3e896284c930498cf94cca6d756aab583e8c6
+Size (libretro-craft-20180803-581fb4255f7e856af4d568ee518e73dd38244c5d.tar.gz) = 3252506 bytes
Home |
Main Index |
Thread Index |
Old Index