pkgsrc-WIP-changes archive

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

Add devkitARM-tools-45



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Thu Sep 8 02:10:36 2016 +0200
Changeset:	49a59b1adf451ead253a34d240864d582462ffaa

Added Files:
	devkitARM-tools/DESCR
	devkitARM-tools/Makefile
	devkitARM-tools/PLIST
	devkitARM-tools/distinfo

Log Message:
Add devkitARM-tools-45

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

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

diffstat:
 devkitARM-tools/DESCR    |  3 +++
 devkitARM-tools/Makefile | 33 +++++++++++++++++++++++++++++++++
 devkitARM-tools/PLIST    |  5 +++++
 devkitARM-tools/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/devkitARM-tools/DESCR b/devkitARM-tools/DESCR
new file mode 100644
index 0000000..be3302a
--- /dev/null
+++ b/devkitARM-tools/DESCR
@@ -0,0 +1,3 @@
+General tools for the devkitARM toolchain.
+
+devkitARM is a homebrew toolchain for 3DS, DS, GBA, GP32 and NDS.
diff --git a/devkitARM-tools/Makefile b/devkitARM-tools/Makefile
new file mode 100644
index 0000000..063e5c3
--- /dev/null
+++ b/devkitARM-tools/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME=	devkitARM-tools-45
+CATEGORIES=	cross
+
+MASTER_SITES=	${MASTER_SITE_GITHUB:=devkitPro/}
+GITHUB_PROJECT=	general-tools
+GITHUB_TAG=	36c900196bbc3cf58375c8ae5f6ee46b3324b0a1
+
+MAINTAINER=	js%heap.zone@localhost
+HOMEPAGE=	http://devkitpro.org/
+COMMENT=	General tools for devkitARM
+# They currently don't have a license:
+# https://github.com/devkitPro/general-tools/issues/1
+LICENSE=	devkitpro-license
+WRKSRC=		${WRKDIR}/general-tools-${GITHUB_TAG}
+USE_LANGUAGES=	c c++
+
+AUTO_MKDIRS=	yes
+
+do-build:
+.for i in bin2s padbin raw2c
+	cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${i} ${i}.c
+.endfor
+	cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o bmp2bin bmp2bin.cpp
+
+do-install:
+.for i in bin2s bmp2bin padbin raw2c
+	${INSTALL} -m 755 ${WRKSRC}/${i} \
+		${DESTDIR}${PREFIX}/devkitpro/devkitARM/bin/${i}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devkitARM-tools/PLIST b/devkitARM-tools/PLIST
new file mode 100644
index 0000000..0139da1
--- /dev/null
+++ b/devkitARM-tools/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+devkitpro/devkitARM/bin/bin2s
+devkitpro/devkitARM/bin/bmp2bin
+devkitpro/devkitARM/bin/padbin
+devkitpro/devkitARM/bin/raw2c
diff --git a/devkitARM-tools/distinfo b/devkitARM-tools/distinfo
new file mode 100644
index 0000000..137bd28
--- /dev/null
+++ b/devkitARM-tools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (devkitARM-tools-45-36c900196bbc3cf58375c8ae5f6ee46b3324b0a1.tar.gz) = 58b74829a0764c5d096fa45237d2a8585baeac91
+RMD160 (devkitARM-tools-45-36c900196bbc3cf58375c8ae5f6ee46b3324b0a1.tar.gz) = 06f6ca1b022d61466e226d83f53e356ae35b8ac8
+SHA512 (devkitARM-tools-45-36c900196bbc3cf58375c8ae5f6ee46b3324b0a1.tar.gz) = d01a551ed771d98de34753bbbd4917640e68286f9cec7997ae3f4d1d98f369e2a7e52e5de245d5867ace648ae5bec30ba0a973b01bfb5f214f43aa4d05d4b7a1
+Size (devkitARM-tools-45-36c900196bbc3cf58375c8ae5f6ee46b3324b0a1.tar.gz) = 9195 bytes


Home | Main Index | Thread Index | Old Index