From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host
Date: Tue, 23 Aug 2016 09:24:00 +0200 [thread overview]
Message-ID: <1471937042-11955-1-git-send-email-s.trumtrar@pengutronix.de> (raw)
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
next reply other threads:[~2016-08-23 7:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-23 7:24 Steffen Trumtrar [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1471937042-11955-1-git-send-email-s.trumtrar@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox