Changeset 652b18b for general/genlib


Ignore:
Timestamp:
06/28/2014 09:11:09 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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
Children:
2e937f5
Parents:
9fc17ba
Message:

Update to lzo-2.07.

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libarchive.xml

    r9fc17ba r652b18b  
    7676    <para role="optional">
    7777      <xref linkend="libxml2"/>,
    78       <xref linkend="LZO"/>, and
     78      <xref linkend="lzo"/>, and
    7979      <xref linkend="nettle"/> or
    8080      <xref linkend="openssl"/>
  • general/genlib/lzo.xml

    r9fc17ba r652b18b  
    55  %general-entities;
    66
    7   <!ENTITY LZO-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&LZO-version;.tar.gz">
    8   <!ENTITY LZO-download-ftp  " ">
    9   <!ENTITY LZO-md5sum        "95380bd4081f85ef08c5209f4107e9f8">
    10   <!ENTITY LZO-size          "572 KB">
    11   <!ENTITY LZO-buildsize     "10 MB">
    12   <!ENTITY LZO-time          "0.3 SBU (additional 0.3 SBU to run the tests)">
     7  <!ENTITY lzo-download-http "http://www.oberhumer.com/opensource/lzo/download/lzo-&lzo-version;.tar.gz">
     8  <!ENTITY lzo-download-ftp  " ">
     9  <!ENTITY lzo-md5sum        "4011935e95171e78ad4894f7335c982a">
     10  <!ENTITY lzo-size          "573 KB">
     11  <!ENTITY lzo-buildsize     "8.4 MB">
     12  <!ENTITY lzo-time          "0.3 SBU (additional 0.3 SBU to run the tests)">
    1313]>
    1414
    15 <sect1 id="LZO" xreflabel="LZO-&LZO-version;">
    16   <?dbhtml filename="LZO.html"?>
     15<sect1 id="lzo" xreflabel="LZO-&lzo-version;">
     16  <?dbhtml filename="lzo.html"?>
    1717
    1818  <sect1info>
     
    2121  </sect1info>
    2222
    23   <title>LZO-&LZO-version;</title>
     23  <title>LZO-&lzo-version;</title>
    2424
    25   <indexterm zone="LZO">
     25  <indexterm zone="lzo">
    2626    <primary sortas="a-LZO">LZO</primary>
    2727  </indexterm>
     
    4242      <listitem>
    4343        <para>
    44           Download (HTTP): <ulink url="&LZO-download-http;"/>
     44          Download (HTTP): <ulink url="&lzo-download-http;"/>
    4545        </para>
    4646      </listitem>
    4747      <listitem>
    4848        <para>
    49           Download (FTP): <ulink url="&LZO-download-ftp;"/>
     49          Download (FTP): <ulink url="&lzo-download-ftp;"/>
    5050        </para>
    5151      </listitem>
    5252      <listitem>
    5353        <para>
    54           Download MD5 sum: &LZO-md5sum;
     54          Download MD5 sum: &lzo-md5sum;
    5555        </para>
    5656      </listitem>
    5757      <listitem>
    5858        <para>
    59           Download size: &LZO-size;
     59          Download size: &lzo-size;
    6060        </para>
    6161      </listitem>
    6262      <listitem>
    6363        <para>
    64           Estimated disk space required: &LZO-buildsize;
     64          Estimated disk space required: &lzo-buildsize;
    6565        </para>
    6666      </listitem>
    6767      <listitem>
    6868        <para>
    69           Estimated build time: &LZO-time;
     69          Estimated build time: &lzo-time;
    7070        </para>
    7171      </listitem>
     
    8888            --enable-shared                  \
    8989            --disable-static                 \
    90             --docdir=/usr/share/doc/lzo-&LZO-version; &amp;&amp;
     90            --docdir=/usr/share/doc/lzo-&lzo-version; &amp;&amp;
    9191make</userinput></screen>
    9292
     
    146146            is a data compression and decompression library.
    147147          </para>
    148           <indexterm zone="LZO liblzo2">
     148          <indexterm zone="lzo liblzo2">
    149149            <primary sortas="c-liblzo2">liblzo2.so</primary>
    150150          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.