diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2015-02-05 22:38:59 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2015-02-05 22:38:59 +0000 |
commit | b85b27cd1ef3194ab987a09d4f63d54ba468886b (patch) | |
tree | d1384811b29ffd3e15ee50e3703cf88a47de2de4 /emulators/libretro-stella | |
parent | 7fce2c20ffe9f9f17b07b1e3287f12d84dfc5a36 (diff) | |
download | pkgsrc-b85b27cd1ef3194ab987a09d4f63d54ba468886b.tar.gz |
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 (limited to 'emulators/libretro-stella')
-rw-r--r-- | emulators/libretro-stella/DESCR | 7 | ||||
-rw-r--r-- | emulators/libretro-stella/Makefile | 24 | ||||
-rw-r--r-- | emulators/libretro-stella/PLIST | 2 | ||||
-rw-r--r-- | emulators/libretro-stella/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/emulators/libretro-stella/DESCR b/emulators/libretro-stella/DESCR new file mode 100644 index 00000000000..2e938fe2c61 --- /dev/null +++ b/emulators/libretro-stella/DESCR @@ -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 --git a/emulators/libretro-stella/Makefile b/emulators/libretro-stella/Makefile new file mode 100644 index 00000000000..101824b3964 --- /dev/null +++ b/emulators/libretro-stella/Makefile @@ -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 +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 --git a/emulators/libretro-stella/PLIST b/emulators/libretro-stella/PLIST new file mode 100644 index 00000000000..fd898a68a68 --- /dev/null +++ b/emulators/libretro-stella/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/05 22:38:59 jmcneill Exp $ +lib/libretro/stella_libretro.so diff --git a/emulators/libretro-stella/distinfo b/emulators/libretro-stella/distinfo new file mode 100644 index 00000000000..0153fd3a09b --- /dev/null +++ b/emulators/libretro-stella/distinfo @@ -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 |