diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2016-09-19 18:11:16 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2016-09-19 18:11:16 +0000 |
commit | 8effddffa01eac7ee83efff49c292da19f9b8c84 (patch) | |
tree | f1f13ebc58dacf05bfea799f5137361a474cb62e /sysutils | |
parent | d188c9778f33bdf5b7f71dd830ac959f345bce63 (diff) | |
download | pkgsrc-8effddffa01eac7ee83efff49c292da19f9b8c84.tar.gz |
Add dtc-1.4.1 package from pkgsrc-wip.
Device Tree Compiler (dtc) toolchain for working with device tree source and
binary files and libfdt, a utility library for reading and manipulating the
binary format.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dtc/DESCR | 7 | ||||
-rw-r--r-- | sysutils/dtc/Makefile | 17 | ||||
-rw-r--r-- | sysutils/dtc/PLIST | 14 | ||||
-rw-r--r-- | sysutils/dtc/distinfo | 6 |
4 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/dtc/DESCR b/sysutils/dtc/DESCR new file mode 100644 index 00000000000..3f2939fca9b --- /dev/null +++ b/sysutils/dtc/DESCR @@ -0,0 +1,7 @@ +Device Tree Compiler (dtc) toolchain for working with device tree source and +binary files and libfdt, a utility library for reading and manipulating the +binary format. + +Both DTC and LIBFDT are made available under the terms of the GNU GPLv2. +LIBFDT also available under the terms of the BSD license. For more information +see README.license in the source tree. diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile new file mode 100644 index 00000000000..ca435fa7b95 --- /dev/null +++ b/sysutils/dtc/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2016/09/19 18:11:16 jakllsch Exp $ + +DISTNAME= dtc-1.4.1 +CATEGORIES= sysutils devel +MASTER_SITES= ftp://ftp.kernel.org/pub/software/utils/dtc/ + +MAINTAINER= joe.davis512@gmail.com +HOMEPAGE= http://devicetree.org/ +COMMENT= Device Tree Compiler (dtc) +LICENSE= gnu-gpl-v2 + +USE_TOOLS+= gmake bison + +MAKE_FLAGS+= PREFIX=${PREFIX} +MAKE_FLAGS+= DESTDIR=${DESTDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/dtc/PLIST b/sysutils/dtc/PLIST new file mode 100644 index 00000000000..6c4dc76a582 --- /dev/null +++ b/sysutils/dtc/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2016/09/19 18:11:16 jakllsch Exp $ +bin/convert-dtsv0 +bin/dtc +bin/dtdiff +bin/fdtdump +bin/fdtget +bin/fdtput +include/fdt.h +include/libfdt.h +include/libfdt_env.h +lib/libfdt-${PKGVERSION}.so +lib/libfdt.a +lib/libfdt.so +lib/libfdt.so.1 diff --git a/sysutils/dtc/distinfo b/sysutils/dtc/distinfo new file mode 100644 index 00000000000..580960cef63 --- /dev/null +++ b/sysutils/dtc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/19 18:11:16 jakllsch Exp $ + +SHA1 (dtc-1.4.1.tar.gz) = 2f73f79d732dfc2690e146248d4ff8070414b50a +RMD160 (dtc-1.4.1.tar.gz) = dbfc1ea87c6966e65bdccc2518c086d0c41e9bb0 +SHA512 (dtc-1.4.1.tar.gz) = 31085991824eeee1790ed151b9470c14b1840f1cda1760d6081938521f907aa2ccf777cdecec0d648b09d1614868bc43f98ae77fb7641677aa841b68a7cb90e8 +Size (dtc-1.4.1.tar.gz) = 135809 bytes |