summaryrefslogtreecommitdiff
path: root/openwrt/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
commit8b51c7081f6ea2a6f1f70cd390998f3cbb8a027e (patch)
tree84560df824cb59e7cafd544a1da06ef7e27b8025 /openwrt/package/libgpg-error/Config.in
parent8b19e52abbe1f4ab5a63f1975c9d17d386b7127b (diff)
Add libgpg-error package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libgpg-error/Config.in')
-rw-r--r--openwrt/package/libgpg-error/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/libgpg-error/Config.in b/openwrt/package/libgpg-error/Config.in
new file mode 100644
index 0000000000..31f2cd1273
--- /dev/null
+++ b/openwrt/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/
+