source: general/genlib/libksba.xml@ e7d893b

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

Merge to HEAD 21602.

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

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