pkgsrc-WIP-changes archive

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

import of ndssdk.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Fri Jan 3 16:01:40 2025 +0100
Changeset:	8dfeee954c21a14118e921bf49dd48de1c1bdf84

Added Files:
	ndssdk/DESCR
	ndssdk/Makefile
	ndssdk/PLIST
	ndssdk/distinfo

Log Message:
import of ndssdk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8dfeee954c21a14118e921bf49dd48de1c1bdf84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ndssdk/DESCR    |  1 +
 ndssdk/Makefile | 20 ++++++++++++++++++++
 ndssdk/PLIST    |  2 ++
 ndssdk/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/ndssdk/DESCR b/ndssdk/DESCR
new file mode 100644
index 0000000000..03972eed42
--- /dev/null
+++ b/ndssdk/DESCR
@@ -0,0 +1 @@
+Nintendo DS SDK. C compiler, tools and libraries.
diff --git a/ndssdk/Makefile b/ndssdk/Makefile
new file mode 100644
index 0000000000..b9787cebee
--- /dev/null
+++ b/ndssdk/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	ndssdk-1.8.0.1
+CATEGORIES=	devel
+MASTER_SITES=	https://sourceforge.net/projects/ndssdk/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/ndssdk/
+COMMENT=	Nintendo DS C Compiler, tools and libraries
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}/ndssdk-1.8.0.1
+USE_LANGUAGES=	c
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/ndssdk ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ndssdk/PLIST b/ndssdk/PLIST
new file mode 100644
index 0000000000..345439ae4c
--- /dev/null
+++ b/ndssdk/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/arm-none-eabi-gcc
diff --git a/ndssdk/distinfo b/ndssdk/distinfo
new file mode 100644
index 0000000000..37b1467bdc
--- /dev/null
+++ b/ndssdk/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ndssdk-1.8.0.1.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (ndssdk-1.8.0.1.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (ndssdk-1.8.0.1.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index