All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2 1/2] p11-kit: new package
Date: Mon, 3 Jun 2013 06:13:46 +0300	[thread overview]
Message-ID: <20130603031346.GL11798@tarshish> (raw)
In-Reply-To: <1370220653-19018-1-git-send-email-gustavo@zacarias.com.ar>

Hi Gustavo,

On Sun, Jun 02, 2013 at 09:50:52PM -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/Config.in          |  1 +
>  package/p11-kit/Config.in  | 15 +++++++++++++++
>  package/p11-kit/p11-kit.mk | 15 +++++++++++++++
>  3 files changed, 31 insertions(+)
>  create mode 100644 package/p11-kit/Config.in
>  create mode 100644 package/p11-kit/p11-kit.mk

[snip]

> diff --git a/package/p11-kit/Config.in b/package/p11-kit/Config.in
> new file mode 100644
> index 0000000..40a07d3
> --- /dev/null
> +++ b/package/p11-kit/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_P11_KIT
> +	bool "p11-kit"
> +	depends on !BR2_PREFER_STATIC_LIB
> +	depends on BR2_USE_MMU
> +	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	select BR2_PACKAGE_LIBTASN1
> +	help
> +	  Provides a way to load and enumerate PKCS#11 modules.
> +	  Provides a standard configuration setup for installing PKCS#11
> +	  modules in such a way that they're discoverable.
> +
> +	  http://p11-glue.freedesktop.org/p11-kit.html
> +
> +comment "p11-kit requires a toolchain with thread support"
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS

Maybe also add BR2_PREFER_STATIC_LIB to the comment 'depends'?

baruch

> diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk
> new file mode 100644
> index 0000000..2ddb27c
> --- /dev/null
> +++ b/package/p11-kit/p11-kit.mk
> @@ -0,0 +1,15 @@
> +#############################################################
> +#
> +# p11-kit
> +#
> +#############################################################
> +
> +P11_KIT_VERSION = 0.18.1
> +P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
> +P11_KIT_DEPENDENCIES = host-pkgconf libtasn1
> +P11_KIT_INSTALL_STAGING = YES
> +P11_KIT_CONF_OPT = --disable-static
> +P11_KIT_LICENSE = BSD-3c
> +P11_KIT_LICENSE_FILES = COPYING
> +
> +$(eval $(autotools-package))
> --
> 1.8.1.5

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  parent reply	other threads:[~2013-06-03  3:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-03  0:50 [Buildroot] [PATCHv2 1/2] p11-kit: new package Gustavo Zacarias
2013-06-03  0:50 ` [Buildroot] [PATCHv2 2/2] gnutls: bump to version 3.2.1 Gustavo Zacarias
2013-06-03  3:13 ` Baruch Siach [this message]
2013-06-03 15:27 ` [Buildroot] [PATCHv2 1/2] p11-kit: new package Peter Korsgaard

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=20130603031346.GL11798@tarshish \
    --to=baruch@tkos.co.il \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.