mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [ptxdist] [PATCH 3/3] host-pcsc-lite: add new rule to build pcsc-lite on host
Date: Tue, 23 Aug 2016 09:24:02 +0200	[thread overview]
Message-ID: <1471937042-11955-3-git-send-email-s.trumtrar@pengutronix.de> (raw)
In-Reply-To: <1471937042-11955-1-git-send-email-s.trumtrar@pengutronix.de>

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

diff --git a/rules/host-pcsc-lite.in b/rules/host-pcsc-lite.in
new file mode 100644
index 000000000000..e737ab59c359
--- /dev/null
+++ b/rules/host-pcsc-lite.in
@@ -0,0 +1,15 @@
+## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
+
+config HOST_PCSC_LITE
+	tristate
+	help
+	  Middleware to access a smart card using PC/SC (library)
+
+	  The purpose of PC/SC Lite is to provide a Windows(R) SCard
+	  interface in a very small form factor for communicating to
+	  smartcards and readers.
+
+	  The PC/SC Lite library is used to connect to the PC/SC
+	  daemon from a client application and provide access to the
+	  desired reader.
diff --git a/rules/host-pcsc-lite.make b/rules/host-pcsc-lite.make
new file mode 100644
index 000000000000..e6eee9643b35
--- /dev/null
+++ b/rules/host-pcsc-lite.make
@@ -0,0 +1,29 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Steffen Trumtrar <s.trumtrar@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_PCSC_LITE) += host-pcsc-lite
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_PCSC_LITE_CONF_TOOL := autoconf
+HOST_PCSC_LITE_CONF_OPT := \
+	$(HOST_AUTOCONF) \
+	--disable-libusb \
+	--disable-libudev
+
+# vim: syntax=make
-- 
2.8.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent 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 [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc " 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 ` Steffen Trumtrar [this message]
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-3-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