source: general/genlib/libksba.xml@ 15fc6d6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 15fc6d6 was 15fc6d6, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to gnupg-2.0.21.
More tags.

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

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