From: Stijn Souffriau <stijn.souffriau@essensium.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] Added the libassuan package.
Date: Mon, 28 May 2012 17:23:47 +0200 [thread overview]
Message-ID: <4FC39883.7010107@essensium.com> (raw)
In-Reply-To: <1337469304-27821-1-git-send-email-stijn.souffriau@essensium.com>
Hello all,
Any feedback on the 4 patches I sent?
Thanks,
Stijn
On 05/20/2012 01:15 AM, Stijn Souffriau wrote:
> ---
> package/Config.in | 1 +
> package/libassuan/Config.in | 7 +++++++
> package/libassuan/libassuan.mk | 17 +++++++++++++++++
> 3 files changed, 25 insertions(+), 0 deletions(-)
> create mode 100644 package/libassuan/Config.in
> create mode 100644 package/libassuan/libassuan.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index b25f31a..58c6624 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -276,6 +276,7 @@ endmenu
> menu "Crypto"
> source "package/beecrypt/Config.in"
> source "package/gnutls/Config.in"
> +source "package/libassuan/Config.in"
> source "package/libgcrypt/Config.in"
> source "package/libgpg-error/Config.in"
> source "package/libnss/Config.in"
> diff --git a/package/libassuan/Config.in b/package/libassuan/Config.in
> new file mode 100644
> index 0000000..93ab49c
> --- /dev/null
> +++ b/package/libassuan/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_LIBASSUAN
> + bool "libassuan"
> + select BR2_PACKAGE_LIBGPG_ERROR
> + help
> + Libassuan is the IPC library used by some GnuPG related software.
> +
> + http://www.gnupg.org/
> diff --git a/package/libassuan/libassuan.mk b/package/libassuan/libassuan.mk
> new file mode 100644
> index 0000000..73c098e
> --- /dev/null
> +++ b/package/libassuan/libassuan.mk
> @@ -0,0 +1,17 @@
> +#############################################################
> +#
> +# libassuan
> +#
> +#############################################################
> +
> +LIBASSUAN_VERSION = 2.0.3
> +LIBASSUAN_SOURCE = libassuan-$(LIBASSUAN_VERSION).tar.bz2
> +LIBASSUAN_SITE = ftp://ftp.gnupg.org/gcrypt/libassuan/
> +LIBASSUAN_INSTALL_STAGING = YES
> +
> +LIBASSUAN_CONF_OPT = \
> + --with-gpg-error-prefix=$(STAGING_DIR)/usr
> +
> +LIBASSUAN_DEPENDENCIES = libgpg-error
> +
> +$(eval $(call AUTOTARGETS))
--
Stijn Souffriau
Embedded Software Developer - Mind Embedded Software Division
ESSENSIUM nv
Mind - Embedded Software Division
Gaston Geenslaan 9 - B-3001 Leuven
email : stijn.souffriau at essensium.com
Web: www.essensium.com / www.mind.be
BE 872 984 063 RPR Leuven
next prev parent reply other threads:[~2012-05-28 15:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-19 23:15 [Buildroot] [PATCH 1/4] Added the libassuan package Stijn Souffriau
2012-05-19 23:15 ` [Buildroot] [PATCH 2/4] Added the libksba package Stijn Souffriau
2012-05-19 23:15 ` [Buildroot] [PATCH 3/4] Added the pth package Stijn Souffriau
2012-05-19 23:15 ` [Buildroot] [PATCH 4/4] Added the gnupg package Stijn Souffriau
2012-05-28 15:23 ` Stijn Souffriau [this message]
2012-05-28 15:54 ` [Buildroot] [PATCH 1/4] Added the libassuan package Danomi Manchego
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=4FC39883.7010107@essensium.com \
--to=stijn.souffriau@essensium.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox