diff options
| author | Philipp Claves <claves@budelmann-elektronik.com> | 2013-03-01 14:38:27 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-31 13:49:07 +0200 |
| commit | 266d50245af003e316d5a74a1b0362bcc2c06be0 (patch) | |
| tree | 0525b00e89886de79d5dabbf7235449e2550ff14 /package/libassuan/Config.in | |
| parent | 43cea81de39dc21b8f1d559b59f6842e365c02ff (diff) | |
libassuan: new package
[Thomas: bump version, adjust license informations, add
--with-gpg-error-prefix option.]
Signed-off-by: Philipp Claves <claves@budelmann-elektronik.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libassuan/Config.in')
| -rw-r--r-- | package/libassuan/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libassuan/Config.in b/package/libassuan/Config.in new file mode 100644 index 000000000..e97ebdcdd --- /dev/null +++ b/package/libassuan/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LIBASSUAN + bool "libassuan" + select BR2_PACKAGE_LIBGPG_ERROR + help + Libassuan is a small library implementing the so-called + Assuan protocol. + + This protocol is used for IPC between most newer GnuPG + components. Both, server and client side functions are + provided. + + http://www.gnupg.org/related_software/libassuan/ |
