source: general/genlib/libksba.xml@ 49e2ba5

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 49e2ba5 was 6fdbe40, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Tag remaining dependencies for Git

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