summaryrefslogtreecommitdiffstats
path: root/package/libgpg-error/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-14 22:54:27 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-14 22:54:27 +0000
commit02ea01130239c271e1adc62c2eb137aa62f88b93 (patch)
treebda93bf7f8e36c82260d837da4a4090e71b0d22b /package/libgpg-error/Config.in
parent0569a57d670b9ae4aa6fa6d6c10b56fa3f964712 (diff)
Add libgpg-error package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libgpg-error/Config.in')
-rw-r--r--package/libgpg-error/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libgpg-error/Config.in b/package/libgpg-error/Config.in
new file mode 100644
index 000000000..31f2cd127
--- /dev/null
+++ b/package/libgpg-error/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LIBGPG_ERROR
+ tristate "libgpg-error - An helper library for common error codes and descriptions"
+# default m if CONFIG_DEVEL
+ default n
+ help
+ This is a library that defines common error values for all GnuPG
+ components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
+ Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the
+ future.
+
+ http://www.gnupg.org/related_software/libgpg-error/
+