Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r72592375 ra7903332  
    77  <!ENTITY pcre-download-http "https://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2">
    88  <!ENTITY pcre-download-ftp  "ftp://ftp.pcre.org/pub/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum        "cf7326204cc46c755b5b2608033d9d24">
     9  <!ENTITY pcre-md5sum        "4452288e6a0eefb2ab11d36010a1eebb">
    1010  <!ENTITY pcre-size          "1.5 MB">
    11   <!ENTITY pcre-buildsize     "20 MB (with tests)">
     11  <!ENTITY pcre-buildsize     "23 MB (with tests)">
    1212  <!ENTITY pcre-time          "0.3 SBU (with tests)">
    1313]>
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3837    </para>
    3938
    40     &lfs10_checked;
     39    &lfs110a_checked;
    4140
    4241    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    113112    </para>
    114113
    115 <screen role="root"><userinput>make install                     &amp;&amp;
    116 mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
    117 ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen>
     114<screen role="root"><userinput>make install</userinput></screen>
    118115
    119116  </sect2>
     
    160157      href="../../xincludes/static-libraries.xml"/>
    161158
     159    <!-- FIXME: Removed due to merged-/usr setup
    162160    <para>
    163161      <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the
     
    166164      gets reinstalled with <application>PCRE</application> support.
    167165    </para>
     166    -->
    168167
    169168    <para>
     
    206205          <para>
    207206            is a <command>grep</command> that understands
    208             <application>Perl</application> compatible regular expressions.
     207            <application>Perl</application> compatible regular expressions
    209208          </para>
    210209          <indexterm zone="pcre pcregrep">
     
    219218          <para>
    220219            can test a <application>Perl</application> compatible
    221             regular expression.
     220            regular expression
    222221          </para>
    223222          <indexterm zone="pcre pcretest">
     
    232231          <para>
    233232            is used during the compile process of programs linking to
    234             the <application>PCRE</application> libraries.
     233            the <application>PCRE</application> libraries
    235234          </para>
    236235          <indexterm zone="pcre pcre-config">
Note: See TracChangeset for help on using the changeset viewer.