mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host
@ 2016-08-23  7:24 Steffen Trumtrar
  2016-08-23  7:24 ` [ptxdist] [PATCH 2/3] host-libp11: add new rule to build libp11 " Steffen Trumtrar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Steffen Trumtrar @ 2016-08-23  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Steffen Trumtrar

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 rules/host-opensc.in   | 15 +++++++++++++++
 rules/host-opensc.make | 25 +++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-opensc.in
 create mode 100644 rules/host-opensc.make

diff --git a/rules/host-opensc.in b/rules/host-opensc.in
new file mode 100644
index 000000000000..a610490c70b2
--- /dev/null
+++ b/rules/host-opensc.in
@@ -0,0 +1,15 @@
+## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
+
+config HOST_OPENSC
+	tristate
+	select HOST_PCSC_LITE
+	help
+	  Smart card utilities with support for PKCS#15 compatible cards
+
+	  OpenSC provides a set of libraries and utilities to access
+	  smart cards. It mainly focuses on cards that support
+	  cryptographic operations. It facilitates their use in
+	  security applications such as mail encryption,
+	  authentication, and digital signature. OpenSC implements the
+	  PKCS#11 API.
diff --git a/rules/host-opensc.make b/rules/host-opensc.make
new file mode 100644
index 000000000000..9e0dd2a47bcb
--- /dev/null
+++ b/rules/host-opensc.make
@@ -0,0 +1,25 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Steffen Trumtrar <entwicklung@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_OPENSC) += host-opensc
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_OPENSC_CONF_TOOL	:= autoconf
+
+# vim: syntax=make
-- 
2.8.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-02  9:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  7:24 [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host Steffen Trumtrar
2016-08-23  7:24 ` [ptxdist] [PATCH 2/3] host-libp11: add new rule to build libp11 " Steffen Trumtrar
2016-09-02  9:09   ` Michael Olbrich
2016-08-23  7:24 ` [ptxdist] [PATCH 3/3] host-pcsc-lite: add new rule to build pcsc-lite " Steffen Trumtrar
2016-09-02  9:07 ` [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc " Michael Olbrich
2016-09-02  9:11 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox