summaryrefslogtreecommitdiffstats
path: root/rules/libksba.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libksba.in')
-rw-r--r--rules/libksba.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/libksba.in b/rules/libksba.in
new file mode 100644
index 000000000..e0f248a8a
--- /dev/null
+++ b/rules/libksba.in
@@ -0,0 +1,15 @@
+## SECTION=system_libraries
+
+config LIBKSBA
+ tristate
+ prompt "libksba"
+ select LIBGPG_ERROR
+ help
+ Libksba provides an easy API to create and parse X.509
+ and CMS related objects
+
+ libksba is a library to make the tasks of working with
+ X.509 certificates, CMS data and related objects more
+ easy. It provides a highlevel interface to the
+ implemented protocols and presents the data in a
+ consistent way.