Changeset 30e5181
- Timestamp:
- 02/17/2012 02:11:03 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 4716d52
- Parents:
- bfa1248
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbfa1248 r30e5181 199 199 <!ENTITY libpthread-stubs-version "0.3"> 200 200 <!ENTITY pth-version "2.0.7"> 201 <!ENTITY libassuan-version "2.0. 2">201 <!ENTITY libassuan-version "2.0.3"> 202 202 <!ENTITY libgpg-error-version "1.10"> 203 203 <!ENTITY libgcrypt-version "1.5.0"> -
general/genlib/libassuan.xml
rbfa1248 r30e5181 6 6 7 7 <!ENTITY libassuan-download-http " "> 8 <!ENTITY libassuan-download-ftp "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2"> 9 <!ENTITY libassuan-md5sum "3e7d00fd2ee8a0b9c51ac7616ef3f1ec"> 10 <!ENTITY libassuan-size "484 KB"> 11 <!ENTITY libassuan-buildsize "6.5 MB"> 8 <!ENTITY libassuan-download-ftp 9 "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2"> 10 <!ENTITY libassuan-md5sum "179d1918325fdb928c7bd90b8a514fc7"> 11 <!ENTITY libassuan-size "520 KB"> 12 <!ENTITY libassuan-buildsize "6.4 MB"> 12 13 <!ENTITY libassuan-time "less than 0.1 SBU"> 13 14 ]> … … 30 31 <title>Introduction to Libassuan</title> 31 32 32 <para>The <application>Libassuan</application> package contains an IPC 33 library used by some of the other <application>GnuPG</application> related 34 packages. <application>Libassuan</application>'s primary use is to allow a 35 client to interact with a non-persistent server. 36 <application>Libassuan</application> is not, however, limited to use with 37 <application>GnuPG</application> servers and clients. It was designed to be 38 flexible enough to meet the demands of many transaction based environments 39 with non-persistent servers.</para> 33 <para>The <application>Libassuan</application> package contains an inter 34 process communication library used by some of the other 35 <application>GnuPG</application> related packages. 36 <application>Libassuan</application>'s primary use is to allow a client to 37 interact with a non-persistent server. <application>Libassuan</application> 38 is not, however, limited to use with <application>GnuPG</application> 39 servers and clients. It was designed to be flexible enough to meet the 40 demands of many transaction based environments with non-persistent 41 servers.</para> 40 42 41 43 &lfs70_checked; … … 68 70 <para role="required"><xref linkend="libgpg-error"/></para> 69 71 70 <bridgehead renderas="sect4">Optional</bridgehead>71 <para role="optional"><xref linkend="pth"/></para>72 73 <para>Other packages (such as <application>GnuPG-2</application>) will74 require that the <application>Libassuan</application> library is linked to75 the <application>Pth</application> library. Ensure76 <application>Pth</application> is installed before beginning the build if77 you have any doubts.</para>78 79 72 <para condition="html" role="usernotes">User Notes: 80 73 <ulink url="&blfs-wiki;/libassuan"/></para> 81 82 74 </sect2> 83 75 … … 95 87 96 88 <para>If you wish to build alternate formats of the documentation, you 97 must have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/> installed,98 then issue the following command:</para>89 must have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/> 90 installed, then issue the following command:</para> 99 91 100 92 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> 101 93 102 <para>To test the results, issue: <command>make check</command>.</para>94 <para>To test the results, issue: <command>make test</command>.</para> 103 95 104 96 <para>Now, as the <systemitem class="username">root</systemitem> … … 119 111 install -v -m644 doc/assuan.{pdf,ps,dvi} \ 120 112 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen> 121 122 113 </sect2> 123 114 … … 132 123 <seglistitem> 133 124 <seg>libassuan-config</seg> 134 <seg>libassuan. a and libassuan-pth.a</seg>125 <seg>libassuan.so</seg> 135 126 <seg>/usr/share/doc/libassuan-&libassuan-version;</seg> 136 127 </seglistitem> … … 146 137 <listitem> 147 138 <para>is a utility used to configure and build applications based on 148 the libassuan (3)library. It can be used to query the C compiler and139 the libassuan library. It can be used to query the C compiler and 149 140 linker flags which are required to correctly compile and link the 150 application against the libassuan (3)library.</para>141 application against the libassuan library.</para> 151 142 <indexterm zone="libassuan libassuan-config"> 152 143 <primary sortas="b-libassuan-config">libassuan-config</primary> … … 156 147 157 148 <varlistentry id="libassuan-lib"> 158 <term><filename class= 'libraryfile'>libassuan.a</filename></term>149 <term><filename class="libraryfile">libassuan.so</filename></term> 159 150 <listitem> 160 <para>is the IPC library.</para> 151 <para>is an inter process communication library which implements the 152 Assuan protocol.</para> 161 153 <indexterm zone="libassuan libassuan-lib"> 162 <primary sortas="c-libassuan">libassuan. a</primary>154 <primary sortas="c-libassuan">libassuan.so</primary> 163 155 </indexterm> 164 156 </listitem> 165 157 </varlistentry> 166 167 <varlistentry id="libassuan-pth">168 <term><filename class='libraryfile'>libassuan-pth.a</filename></term>169 <listitem>170 <para>is the IPC library linked with the GNU Portable Threads171 Library.</para>172 <indexterm zone="libassuan libassuan-pth">173 <primary sortas="c-libassuan-pth">libassuan-pth.a</primary>174 </indexterm>175 </listitem>176 </varlistentry>177 178 158 </variablelist> 179 180 159 </sect2> 181 182 160 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.