Ignore:
Timestamp:
10/30/2014 09:46:15 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
237d47f
Parents:
651dec2
Message:

Merged updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r651dec2 r35de4407  
    55  %general-entities;
    66
    7 <!--  <!ENTITY libical-download-http "http://downloads.sourceforge.net/freeassociation/libical-&libical-version;.tar.gz">-->
    8   <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">
     7<!ENTITY libical-download-http "https://github.com/libical/libical/releases/download/v&libical-version;/libical-&libical-version;.tar.gz">
     8  <!--
     9  <!ENTITY libical-download-http "https://github.com/libical/libical/archive/v&libical-version;.tar.gz">-->
    910  <!ENTITY libical-download-ftp  " ">
    1011  <!ENTITY libical-md5sum        "af91db06b22559f863869c5a382ad08a">
     
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
    41 
    42     <para>The download link below obtains
    43     <filename>libical-&libical-version;.tar.gz</filename>, if a web browser,
    44     such as <xref linkend="firefox"/>, is used. This is is the correct name for
    45     the archive, because it uncompresses into <filename
    46     class="directory">libical-&libical-version;</filename> directory. However,
    47     if other method is used for downloading it, e.g. <xref linkend="wget"/>,
    48     the obtained file is <filename>v&libical-version;.tar.gz</filename>, which
    49     is not acceptable. It is recommended to rename it to the correct filename
    50     <filename>libical-&libical-version;.tar.gz</filename>. You can achieve this
    51     automatically, by issuing <command>wget <ulink
    52     url="&libical-download-http;"/> -O
    53     <filename>libical-&libical-version;.tar.gz</filename></command>.</para>
    54 
     42<!--
     43    <note>
     44
     45      <para>The download link below obtains
     46      <filename>libical-&libical-version;.tar.gz</filename> if a web browser
     47      such as <xref linkend="firefox"/> is used. This is the correct name
     48      for the archive, because it saves the file as <filename
     49      class="directory">libical-&libical-version;</filename>. However, if
     50      another method is used for downloading, e.g. <xref linkend="wget"/>, the
     51      file name is <filename>v&libical-version;.tar.gz</filename>, which is not
     52      acceptable. The file should be renamed to the correct filename
     53      <filename>libical-&libical-version;.tar.gz</filename>. You can achieve
     54      this automatically by using the command:</para>
     55   
     56 <screen><userinput>wget <ulink url="&libical-download-http;"/> -O libical-&libical-version;.tar.gz</userinput></screen>
     57    </note>
     58-->
    5559    <itemizedlist spacing="compact">
    5660      <listitem>
Note: See TracChangeset for help on using the changeset viewer.