Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "8fb46b336200807a12a12a5760b4a39d">
    10   <!ENTITY gpgme-size          "944 KB">
    11   <!ENTITY gpgme-buildsize     "17 MB (additional 1 MB for the tests)">
    12   <!ENTITY gpgme-time          "0.2 SBU (additional 0.1 SBU for the tests)">
     9  <!ENTITY gpgme-md5sum        "a56df7028a0814ef57d77262898ca040">
     10  <!ENTITY gpgme-size          "956 KB">
     11  <!ENTITY gpgme-buildsize     "23 MB">
     12  <!ENTITY gpgme-time          "0.2 SBU">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>GPGME</application> package is a C language
    34       library that allows to add support for cryptography to a
     33      The <application>GPGME</application> package is a C library
     34      that allows cryptography support to be added to a
    3535      program. It is designed to make access to public key crypto
    3636      engines like <application>GnuPG</application> or GpgSM easier
     
    4040    </para>
    4141
    42     &lfs76_checked;
     42    &lfs77_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr        \
    104             --disable-fd-passing \
    105             --disable-gpgsm-test &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr &amp;&amp;
    106104make</userinput></screen>
    107105
     
    118116  </sect2>
    119117
    120   <sect2 role="commands">
    121     <title>Command Explanations</title>
    122 
    123     <para><option>--disable-fd-passing</option>: This option disables
    124     a problem causing a hang for some operations on some systems.</para>
    125 
    126     <para><option>--disable-gpgsm-test</option>: This option disables
    127     a test with gpgsm in some systems breaking make.</para>
    128   </sect2>
    129 
    130118  <sect2 role="content">
    131119    <title>Contents</title>
     
    138126      <seglistitem>
    139127        <seg>
    140           gpgme-config
     128          gpgme-config and gpgme-tool
    141129        </seg>
    142130        <seg>
     
    153141      <?dbfo list-presentation="list"?>
    154142      <?dbhtml list-presentation="table"?>
     143
     144      <varlistentry id="gpgme-config">
     145        <term><command>gpgme-config</command></term>
     146        <listitem>
     147          <para>
     148            is used to obtain <application>GPGME</application> compilation and
     149            linking information.
     150          </para>
     151          <indexterm zone="gpgme gpgme-config">
     152            <primary sortas="b-gpgme-config">gpgme-config</primary>
     153          </indexterm>
     154        </listitem>
     155      </varlistentry>
     156
     157      <varlistentry id="gpgme-tool">
     158        <term><command>gpgme-tool</command></term>
     159        <listitem>
     160          <para>
     161            prints fingerprint and keyid with keyservers.
     162          </para>
     163          <indexterm zone="gpgme gpgme-tool">
     164            <primary sortas="b-gpgme-tool">gpgme-tool</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
    155168
    156169      <varlistentry id="libgpgme-pthread">
Note: See TracChangeset for help on using the changeset viewer.