source: general/genlib/libksba.xml@ 9d725222

elogind
Last change on this file since 9d725222 was 9d725222, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21181.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21182 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libksba-download-http "&gnupg-http;/libksba/libksba-&libksba-version;.tar.bz2">
8 <!-- Something is wrong with ftp server and it confuses curl when currency runs it -->
9 <!-- <!ENTITY libksba-download-ftp "&gnupg-ftp;/libksba/libksba-&libksba-version;.tar.bz2"> -->
10 <!ENTITY libksba-download-ftp " ">
11 <!ENTITY libksba-md5sum "8302a3e263a7c630aa7dea7d341f07a2">
12 <!ENTITY libksba-size "608 KB">
13 <!ENTITY libksba-buildsize "9.2 MB (with tests)">
14 <!ENTITY libksba-time "0.1 SBU (with tests)">
15]>
16
17<sect1 id="libksba" xreflabel="Libksba-&libksba-version;">
18 <?dbhtml filename="libksba.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libksba-&libksba-version;</title>
26
27 <indexterm zone="libksba">
28 <primary sortas="a-libksba">libksba</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Libksba</title>
33
34 <para>The <application>Libksba</application> package contains a library
35 used to make X.509 certificates as well as making the CMS (Cryptographic
36 Message Syntax) easily accessible by other applications. Both
37 specifications are building blocks of S/MIME and TLS. The library does not
38 rely on another cryptographic library but provides hooks for easy
39 integration with <application>Libgcrypt</application>.</para>
40
41 &lfs84_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&libksba-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&libksba-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &libksba-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &libksba-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &libksba-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &libksba-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Libksba Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="libgpg-error"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="valgrind"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/libksba"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Libksba</title>
80
81 <para>Install <application>Libksba</application> by running the
82 following commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen><!-- &amp;&amp;
86
87makeinfo - -html - -no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
88makeinfo - -plaintext -o doc/ksba.txt doc/ksba.texi</userinput></screen>
89
90 <para>If you wish to build alternate formats of the documentation, you
91 must have <xref linkend="texlive"/> installed,
92 then issue the following commands:</para>
93
94<screen><userinput>make -C doc ps pdf html</userinput></screen> -->
95
96 <para>To test the results, issue: <command>make check</command>.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem>
99 user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
102
103install -v -m755 -d /usr/share/doc/libksba-&libksba-version; &amp;&amp;
104install -v -m644 README doc/ksba{_nochunks.html,.txt,.texi} \
105 /usr/share/doc/libksba-&libksba-version;</userinput></screen>
106
107 <para>If you built the additional documentation, install it by issuing the
108 following commands as the <systemitem class="username">root</systemitem>
109 user:</para>
110
111<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
112install -v -m644 doc/ksba.html/* \
113 /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
114install -v -m644 doc/ksba.{pdf,ps,dvi} \
115 /usr/share/doc/libksba-&libksba-version;</userinput></screen> -->
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>ksba-config</seg>
129 <seg>libksba.so</seg>
130 <seg>None<!--/usr/share/doc/libksba-&libksba-version;--></seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="ksba-config">
140 <term><command>ksba-config</command></term>
141 <listitem>
142 <para>is a utility used to configure and build applications based on
143 the libksba(3) library. It can be used to query the C compiler and
144 linker flags which are required to correctly compile and link the
145 application against the libksba(3) library.</para>
146 <indexterm zone="libksba ksba-config">
147 <primary sortas="b-ksba-config">ksba-config</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libksba-lib">
153 <term><filename class='libraryfile'>libksba.{so,a}</filename></term>
154 <listitem>
155 <para>contains the cryptographic API functions.</para>
156 <indexterm zone="libksba libksba-lib">
157 <primary sortas="c-libksba">libksba.{so,a}</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.