pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-catsfc Import libretro-catsfc-20150...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2cbbae5d08a
branches: trunk
changeset: 646170:f2cbbae5d08a
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Thu Feb 05 02:23:37 2015 +0000
description:
Import libretro-catsfc-20150204 as emulators/libretro-catsfc.
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.
CATSFC is a Super Nintendo video game system emulator.
diffstat:
emulators/libretro-catsfc/DESCR | 7 +++++++
emulators/libretro-catsfc/Makefile | 22 ++++++++++++++++++++++
emulators/libretro-catsfc/PLIST | 2 ++
emulators/libretro-catsfc/distinfo | 6 ++++++
emulators/libretro-catsfc/patches/patch-Makefile | 13 +++++++++++++
5 files changed, 50 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r f5ed02490fa2 -r f2cbbae5d08a emulators/libretro-catsfc/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-catsfc/DESCR Thu Feb 05 02:23:37 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.
+
+CATSFC is a Super Nintendo video game system emulator.
diff -r f5ed02490fa2 -r f2cbbae5d08a emulators/libretro-catsfc/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-catsfc/Makefile Thu Feb 05 02:23:37 2015 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
+
+DISTNAME= catsfc-libretro-20150204
+PKGNAME= libretro-catsfc-20150204
+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/CATSFC-libretro
+COMMENT= Libretro core based on the CATSFC Super Nintendo emulator
+
+WRKSRC= ${WRKDIR}/CATSFC-libretro-master
+USE_TOOLS+= gmake
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/catsfc_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/catsfc_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff -r f5ed02490fa2 -r f2cbbae5d08a emulators/libretro-catsfc/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-catsfc/PLIST Thu Feb 05 02:23:37 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
+lib/libretro/catsfc_libretro.so
diff -r f5ed02490fa2 -r f2cbbae5d08a emulators/libretro-catsfc/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-catsfc/distinfo Thu Feb 05 02:23:37 2015 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
+
+SHA1 (catsfc-libretro-20150204.zip) = 56b18085adb5c059449efba161752338dfd5fb19
+RMD160 (catsfc-libretro-20150204.zip) = 8310fbe322f07b4c5e631efb308febaaa39075f9
+Size (catsfc-libretro-20150204.zip) = 470156 bytes
+SHA1 (patch-Makefile) = 90151425f548bab3d4e30c4257af9a9a6a351470
diff -r f5ed02490fa2 -r f2cbbae5d08a emulators/libretro-catsfc/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/libretro-catsfc/patches/patch-Makefile Thu Feb 05 02:23:37 2015 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
+
+--- Makefile.orig 2015-02-01 04:29:17.000000000 +0000
++++ Makefile
+@@ -206,7 +206,7 @@ $(TARGET): $(OBJECTS)
+ ifeq ($(STATIC_LINKING), 1)
+ $(AR) rcs $@ $(OBJECTS)
+ else
+- $(CXX) -o $@ $^ $(LDFLAGS)
++ $(CC) -o $@ $^ $(LDFLAGS)
+ endif
+
+ %.o: %.cpp
Home |
Main Index |
Thread Index |
Old Index