All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH resend 1/4] Added the libassuan package.
@ 2012-06-02 15:09 Stijn Souffriau
  2012-06-02 15:09 ` [Buildroot] [PATCH resend 2/4] Added the libksba package Stijn Souffriau
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stijn Souffriau @ 2012-06-02 15:09 UTC (permalink / raw)
  To: buildroot

---
 package/Config.in              |    1 +
 package/libassuan/Config.in    |    7 +++++++
 package/libassuan/libassuan.mk |   17 +++++++++++++++++
 3 files changed, 25 insertions(+)
 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))
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-17 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 15:09 [Buildroot] [PATCH resend 1/4] Added the libassuan package Stijn Souffriau
2012-06-02 15:09 ` [Buildroot] [PATCH resend 2/4] Added the libksba package Stijn Souffriau
2012-06-02 15:09 ` [Buildroot] [PATCH resend 3/4] Added the pth package Stijn Souffriau
2012-07-17 19:07   ` Thomas Petazzoni
2012-06-02 15:09 ` [Buildroot] [PATCH resend 4/4] Added the gnupg package Stijn Souffriau

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.