source: general/genlib/libksba.xml@ 2b81e19

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 2b81e19 was 2b81e19, checked in by Chris Staub <chris@…>, 15 years ago

Corrected name for ksba-config

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8057 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 "&sources-anduin-http;/l/libksba-&libksba-version;.tar.bz2">
8 <!ENTITY libksba-download-ftp "ftp://ftp.gnupg.org/gcrypt/libksba/libksba-&libksba-version;.tar.bz2">
9 <!ENTITY libksba-md5sum "eebce521a90600369c33c5fa6b9bbbd8">
10 <!ENTITY libksba-size "557 KB">
11 <!ENTITY libksba-buildsize "10 MB">
12 <!ENTITY libksba-time "0.2 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 &lfs65_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>
81
82 <para>Only <command>info</command> documentation is shipped in the package
83 tarball. If you wish to build alternate formats of the documentation, you
84 must have <xref linkend="tetex"/> installed, then issue the following
85 commands:</para>
86
87<screen><userinput>tex --output-directory=doc ksba.texi &amp;&amp;
88dvips -o doc/ksba.ps doc/ksba.dvi &amp;&amp;
89make -C doc pdf html &amp;&amp;
90makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
91makeinfo --plaintext -o doc/ksba.txt doc/ksba.texi</userinput></screen>
92
93 <para>To test the results, issue: <command>make check</command>.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem>
96 user:</para>
97
98<screen role="root"><userinput>make install &amp;&amp;
99install -v -m644 -D README /usr/share/doc/libksba-&libksba-version;/README</userinput></screen>
100
101 <para>If you built the additional documentation, install it by issuing the
102 following commands as the <systemitem class="username">root</systemitem>
103 user:</para>
104
105<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
106install -v -m644 doc/ksba.html/* \
107 /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
108install -v -m644 doc/ksba_*.html \
109 /usr/share/doc/libksba-&libksba-version; &amp;&amp;
110install -v -m644 doc/ksba.{pdf,ps,dvi,txt,texi} \
111 /usr/share/doc/libksba-&libksba-version;</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>ksba-config</seg>
125 <seg>libksba.{so,a}</seg>
126 <seg>/usr/share/doc/libksba-&libksba-version;</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="ksba-config">
136 <term><command>ksba-config</command></term>
137 <listitem>
138 <para>is a utility used to configure and build applications based on
139 the libksba(3) library. It can be used to query the C compiler and
140 linker flags which are required to correctly compile and link the
141 application against the libksba(3) library.</para>
142 <indexterm zone="libksba ksba-config">
143 <primary sortas="b-ksba-config">ksba-config</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libksba-lib">
149 <term><filename class='libraryfile'>libksba.{so,a}</filename></term>
150 <listitem>
151 <para>contains the cryptographic API functions.</para>
152 <indexterm zone="libksba libksba-lib">
153 <primary sortas="c-libksba">libksba.{so,a}</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.