pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators libretro-sameboy: add version 0.11.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/fde341516434
branches: trunk
changeset: 384003:fde341516434
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 15 15:32:11 2018 +0000
description:
libretro-sameboy: add version 0.11.1
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.
SameBoy is an extremely accurate open source Nintendo Gameboy (DMG)
and Gameboy Color (CGB) emulator, written in portable C.
It features link cable emulation, and includes open source DMG and CGB
boot ROMs.
diffstat:
emulators/Makefile | 3 ++-
emulators/libretro-sameboy/DESCR | 11 +++++++++++
emulators/libretro-sameboy/Makefile | 28 ++++++++++++++++++++++++++++
emulators/libretro-sameboy/PLIST | 2 ++
emulators/libretro-sameboy/distinfo | 6 ++++++
5 files changed, 49 insertions(+), 1 deletions(-)
diffs (80 lines):
diff -r 2190d253478e -r fde341516434 emulators/Makefile
--- a/emulators/Makefile Wed Aug 15 15:25:30 2018 +0000
+++ b/emulators/Makefile Wed Aug 15 15:32:11 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.280 2018/08/14 16:44:07 nia Exp $
+# $NetBSD: Makefile,v 1.281 2018/08/15 15:32:11 nia Exp $
#
COMMENT= Emulators for other operating systems
@@ -117,6 +117,7 @@
SUBDIR+= libretro-picodrive
SUBDIR+= libretro-ppsspp
SUBDIR+= libretro-prosystem
+SUBDIR+= libretro-sameboy
SUBDIR+= libretro-snes9x
SUBDIR+= libretro-snes9x2005
SUBDIR+= libretro-snes9x2010
diff -r 2190d253478e -r fde341516434 emulators/libretro-sameboy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-sameboy/DESCR Wed Aug 15 15:32:11 2018 +0000
@@ -0,0 +1,11 @@
+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.
+
+SameBoy is an extremely accurate open source Nintendo Gameboy (DMG)
+and Gameboy Color (CGB) emulator, written in portable C.
+
+It features link cable emulation, and includes open source DMG and CGB
+boot ROMs.
diff -r 2190d253478e -r fde341516434 emulators/libretro-sameboy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-sameboy/Makefile Wed Aug 15 15:32:11 2018 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2018/08/15 15:32:11 nia Exp $
+
+DISTNAME= libretro-sameboy-0.11.1
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
+GITHUB_PROJECT= SameBoy
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://docs.libretro.com/library/sameboy/
+COMMENT= Libretro core based on the SameBoy Game Boy/Game Boy Color emulator
+LICENSE= mit
+
+EXTRACT_USING= bsdtar
+BUILD_DIRS= libretro
+USE_TOOLS+= gmake
+
+BUILD_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
+
+MAKE_FLAGS+= GIT_VERSION="${PKGVERSION}-pkgsrc"
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/build/bin/sameboy_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2190d253478e -r fde341516434 emulators/libretro-sameboy/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-sameboy/PLIST Wed Aug 15 15:32:11 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/15 15:32:11 nia Exp $
+lib/libretro/sameboy_libretro.so
diff -r 2190d253478e -r fde341516434 emulators/libretro-sameboy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-sameboy/distinfo Wed Aug 15 15:32:11 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/15 15:32:11 nia Exp $
+
+SHA1 (libretro-sameboy-0.11.1.tar.gz) = 24fc72540732b927ba399f4d3dabc16bc8881947
+RMD160 (libretro-sameboy-0.11.1.tar.gz) = aad527582c98e690a8ccb4911d81d378a7e0cde3
+SHA512 (libretro-sameboy-0.11.1.tar.gz) = cddb399093af192df843c593cd56f5cc2fa4b61b6ab6a41fa6520670b17f991efe63b567224021c9e0b177e3b30abb2068970b646db5d403f211e97a728f6661
+Size (libretro-sameboy-0.11.1.tar.gz) = 2428875 bytes
Home |
Main Index |
Thread Index |
Old Index