mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc on host
Date: Fri, 2 Sep 2016 11:07:36 +0200	[thread overview]
Message-ID: <20160902090736.hehl6t5dejal6iht@pengutronix.de> (raw)
In-Reply-To: <1471937042-11955-1-git-send-email-s.trumtrar@pengutronix.de>

On Tue, Aug 23, 2016 at 09:24:00AM +0200, Steffen Trumtrar wrote:
> 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

The target package sets a lot of configure options. Do the same here.

Michael

> +
> +# vim: syntax=make
> -- 
> 2.8.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2016-09-02  9:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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 ` Michael Olbrich [this message]
2016-09-02  9:11 ` [ptxdist] [PATCH 1/3] host-opensc: add new rule to build opensc " 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=20160902090736.hehl6t5dejal6iht@pengutronix.de \
    --to=m.olbrich@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