pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-stella Import libretro-stella-20150...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2593516ab507
branches:  trunk
changeset: 646247:2593516ab507
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Feb 05 22:38:59 2015 +0000

description:
Import libretro-stella-20150205 as emulators/libretro-stella.

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.

Stella is an Atari 2600 video game system emulator.

diffstat:

 emulators/libretro-stella/DESCR    |   7 +++++++
 emulators/libretro-stella/Makefile |  24 ++++++++++++++++++++++++
 emulators/libretro-stella/PLIST    |   2 ++
 emulators/libretro-stella/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r a401377f4172 -r 2593516ab507 emulators/libretro-stella/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-stella/DESCR   Thu Feb 05 22:38:59 2015 +0000
@@ -0,0 +1,7 @@
+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.
+
+Stella is an Atari 2600 video game system emulator.
diff -r a401377f4172 -r 2593516ab507 emulators/libretro-stella/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-stella/Makefile        Thu Feb 05 22:38:59 2015 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2015/02/05 22:38:59 jmcneill Exp $
+
+DISTNAME=      stella-libretro-20150205
+PKGNAME=       libretro-stella-20150205
+CATEGORIES=    emulators
+MASTER_SITES=  http://ftp.NetBSD.org/pub/NetBSD/misc/jmcneill/retroarch/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/libretro/stella-libretro
+COMMENT=       Libretro core based on the Stella Atari 2600 (VCS) emulator
+#LICENSE=      # TODO: (see mk/license.mk)
+
+WRKSRC=                ${WRKDIR}/stella-libretro-master
+USE_LANGUAGES= c c++
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
+
+do-install:
+       ${INSTALL_LIB} ${WRKSRC}/stella_libretro.so \
+           ${DESTDIR}${PREFIX}/lib/libretro/stella_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r a401377f4172 -r 2593516ab507 emulators/libretro-stella/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-stella/PLIST   Thu Feb 05 22:38:59 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/05 22:38:59 jmcneill Exp $
+lib/libretro/stella_libretro.so
diff -r a401377f4172 -r 2593516ab507 emulators/libretro-stella/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-stella/distinfo        Thu Feb 05 22:38:59 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/05 22:38:59 jmcneill Exp $
+
+SHA1 (stella-libretro-20150205.zip) = f1aff294bcc5777b7f2185e73577c550bc308489
+RMD160 (stella-libretro-20150205.zip) = 0bd254c4fca779397e675bf395cb6f1d93f51659
+Size (stella-libretro-20150205.zip) = 2124856 bytes



Home | Main Index | Thread Index | Old Index