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
  • networking/netlibs/curl.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "e9aa6dec29920eba8ef706ea5823bad7">
    10   <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "41 MB (additional 7 MB for tests)">
     9  <!ENTITY curl-md5sum        "95df6d1ce9c970289d2997e603d6fd79">
     10  <!ENTITY curl-size          "2.7 MB">
     11  <!ENTITY curl-buildsize     "43 MB (additional 8 MB for tests)">
    1212  <!ENTITY curl-time          "0.4 SBU (additional 10 SBU for tests)">
    1313]>
     
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888      <xref linkend="mitkrb"/>,
    8989      <xref linkend="openldap"/>,
     90      <xref linkend="samba"/>,
    9091      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    9192      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
     
    119120make</userinput></screen>
    120121
    121     <para>
     122<!--    <para>
    122123      Running the test suite is optional. About 2% of the tests fail. Increase
    123124      in test time by each failed test is about 10%. Tests SBU above was
     
    136137710
    137138711
    138 712
    139 2034</literal>
     139712</literal>
    140140EOF</userinput></screen>
    141141
    142142    <para>
    143143       and running <command>make test</command>.
     144    </para> -->
     145
     146    <para>
     147      To test the results, issue: <command>make test</command>.
    144148    </para>
    145149
     
    150154
    151155<screen role="root"><userinput>make install &amp;&amp;
    152 find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3" \) -exec rm {} \; &amp;&amp;
    153 install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    154 cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     156find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
     157install -v -dm755 /usr/share/doc/curl-&curl-version; &amp;&amp;
     158cp -rv docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
    155159  </sect2>
    156160
     
    179183
    180184    <para>
    181       <command>find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3"
    182       \) -exec rm {} \;</command>: This command removes
     185      <command>find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \)
     186      -exec rm {} \;</command>: This command removes
    183187      <filename>Makefiles</filename> and man files from the documentation
    184       directory that would otherwise be installed by the commands that
    185       follow.
     188      directory that would otherwise be installed by the commands that follow.
    186189    </para>
    187190
Note: See TracChangeset for help on using the changeset viewer.