source: general/genlib/libgcrypt.xml@ 8250d8e

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 8250d8e was 8250d8e, checked in by Randy McMurchy <randy@…>, 17 years ago

Added new package Libgcrypt-1.2.4

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

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