diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2020-08-03 18:27:49 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2020-08-03 18:27:49 +0000 |
commit | 6f86deafe9aaf883ae4f6a9c1ab2f2032976e1cb (patch) | |
tree | 611cf7b3271ce65554766dac31e91cadafaabd25 | |
parent | 52f03d246386d3293189d536dd04f107aeaf009a (diff) | |
download | pkgsrc-6f86deafe9aaf883ae4f6a9c1ab2f2032976e1cb.tar.gz |
sd-mux-ctrl: import snapshot from git dated 2020-02-17
sd-mux stands for Secure Digital Multiplexer.
This is SD card switcher (multiplexer) designed to help automatic testing.
This project is sd-mux controller - binary for controlling sd-mux device.
-rw-r--r-- | misc/sd-mux-ctrl/DESCR | 5 | ||||
-rw-r--r-- | misc/sd-mux-ctrl/Makefile | 26 | ||||
-rw-r--r-- | misc/sd-mux-ctrl/PLIST | 3 | ||||
-rw-r--r-- | misc/sd-mux-ctrl/distinfo | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/misc/sd-mux-ctrl/DESCR b/misc/sd-mux-ctrl/DESCR new file mode 100644 index 00000000000..e3bd88c3cbd --- /dev/null +++ b/misc/sd-mux-ctrl/DESCR @@ -0,0 +1,5 @@ +sd-mux stands for Secure Digital Multiplexer. + +This is SD card switcher (multiplexer) designed to help automatic testing. + +This project is sd-mux controller - binary for controlling sd-mux device. diff --git a/misc/sd-mux-ctrl/Makefile b/misc/sd-mux-ctrl/Makefile new file mode 100644 index 00000000000..6071ef095c7 --- /dev/null +++ b/misc/sd-mux-ctrl/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2020/08/03 18:27:49 jmcneill Exp $ + +PKGNAME= sd-mux-ctrl-0.0.20200217 +DISTNAME= sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94 +CATEGORIES= misc +MASTER_SITES= https://git.tizen.org/cgit/tools/testlab/sd-mux/snapshot/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmcneill@invisible.ca +HOMEPAGE= https://wiki.tizen.org/SD_MUX +COMMENT= Control software for sd-mux devices +LICENSE= apache-2.0 + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +post-install: + ${INSTALL_DATA} ${WRKSRC}/doc/man/sd-mux-ctrl.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 + +.include "../../devel/libftdi1/buildlink3.mk" +BUILDLINK_API_DEPENDS.libftdi1+= libftdi1>=1.4 +.include "../../devel/popt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/sd-mux-ctrl/PLIST b/misc/sd-mux-ctrl/PLIST new file mode 100644 index 00000000000..44707df5902 --- /dev/null +++ b/misc/sd-mux-ctrl/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2020/08/03 18:27:49 jmcneill Exp $ +bin/sd-mux-ctrl +man/man1/sd-mux-ctrl.1 diff --git a/misc/sd-mux-ctrl/distinfo b/misc/sd-mux-ctrl/distinfo new file mode 100644 index 00000000000..466e80524cd --- /dev/null +++ b/misc/sd-mux-ctrl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/03 18:27:49 jmcneill Exp $ + +SHA1 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = 99933b7cf8f212189ae9a3aec2d4b1f7f659d231 +RMD160 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = fef2166c51dc252c2053ff6e4770d069bb1c735d +SHA512 (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = d178a33867071dc69937244bee956c46b02bc92bfadff7113e7016d9eba8c7f27748479908800df535e680890089bae3a3334dbcb1e5d2dfc2f25d40e5f5fe31 +Size (sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94.tar.bz2) = 744534 bytes |