source: general/genlib/libksba.xml@ 139df56

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 139df56 was 139df56, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Libksba-1.0.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7082 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 "http://ftp.gnupg.org/gcrypt/libksba/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 "3cccb3ef697e1e69eeceeea0715ff220">
10 <!ENTITY libksba-size "525 KB">
11 <!ENTITY libksba-buildsize "13 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 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libksba-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libksba-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libksba-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libksba-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libksba-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libksba-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Libksba Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="libgpg-error"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libksba"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Libksba</title>
73
74 <para>Install <application>Libksba</application> by running the
75 following commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>Only <command>info</command> documentation is shipped in the package
81 tarball. If you wish to build alternate formats of the documentation, you
82 must have <xref linkend="tetex"/> installed, then issue the following
83 commands:</para>
84
85<screen><userinput>tex --output-directory=doc ksba.texi &amp;&amp;
86dvips -o doc/ksba.ps doc/ksba.dvi &amp;&amp;
87make -C doc pdf html &amp;&amp;
88makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
89makeinfo --plaintext -o doc/ksba.txt doc/ksba.texi</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 &amp;&amp;
97install -v -m644 -D README /usr/share/doc/libksba-&libksba-version;/README</userinput></screen>
98
99 <para>If you built the additional documentation, install it by issuing the
100 following commands as the <systemitem class="username">root</systemitem>
101 user:</para>
102
103<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
104install -v -m644 doc/ksba.html/* \
105 /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
106install -v -m644 doc/ksba_*.html \
107 /usr/share/doc/libksba-&libksba-version; &amp;&amp;
108install -v -m644 doc/ksba.{pdf,ps,dvi,txt,texi} \
109 /usr/share/doc/libksba-&libksba-version;</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Program</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>libksba-config</seg>
123 <seg>libksba.{so,a}</seg>
124 <seg>/usr/share/doc/libksba-&libksba-version;</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="libksba-config">
134 <term><command>libksba-config</command></term>
135 <listitem>
136 <para>is a utility used to configure and build applications based on
137 the libksba(3) library. It can be used to query the C compiler and
138 linker flags which are required to correctly compile and link the
139 application against the libksba(3) library.</para>
140 <indexterm zone="libksba libksba-config">
141 <primary sortas="b-libksba-config">libksba-config</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="libksba-lib">
147 <term><filename class='libraryfile'>libksba.{so,a}</filename></term>
148 <listitem>
149 <para>contains the cryptographic API functions.</para>
150 <indexterm zone="libksba libksba-lib">
151 <primary sortas="c-libksba">libksba.{so,a}</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.