Ignore:
Timestamp:
07/28/2005 04:35:03 AM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 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:
60867ce
Parents:
d5bca7b6
Message:

Updated to libxml2-2.6.20, pkg-config-0.19, speex-1.0.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pkgconfig.xml

    rd5bca7b6 r52d949e8  
    55  %general-entities;
    66
    7   <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkgconfig-&pkgconfig-version;.tar.gz">
    8   <!ENTITY pkgconfig-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/pkgconfig/&pkgconfig-version;/pkgconfig-&pkgconfig-version;.tar.gz">
    9 <!--  <!ENTITY pkgconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz">-->
    10   <!ENTITY pkgconfig-md5sum "b20a993728a4df9c366e0582315f7b65">
    11   <!ENTITY pkgconfig-size "965 KB">
    12   <!ENTITY pkgconfig-buildsize "10.5 MB">
    13   <!ENTITY pkgconfig-time "0.3 SBU">
     7  <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkgconfig-version;.tar.gz">
     8  <!ENTITY pkgconfig-download-ftp "">
     9  <!-- <!ENTITY pkgconfig-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/pkgconfig/&pkgconfig-version;/pkgconfig-&pkgconfig-version;.tar.gz"> -->
     10  <!ENTITY pkgconfig-md5sum "25f106d2cc82a0013f5bdc89875d5790">
     11  <!ENTITY pkgconfig-size "280 KB">
     12  <!ENTITY pkgconfig-buildsize "11 MB">
     13  <!ENTITY pkgconfig-time "0.21 SBU">
    1414]>
    1515
    16 <sect1 id="pkgconfig" xreflabel="pkgconfig-&pkgconfig-version;">
     16<sect1 id="pkgconfig" xreflabel="pkg-config-&pkgconfig-version;">
    1717  <?dbhtml filename="pkgconfig.html"?>
    1818
     
    2222  </sect1info>
    2323
    24   <title>Pkgconfig-&pkgconfig-version;</title>
     24  <title>Pkg-config-&pkgconfig-version;</title>
    2525
    2626  <indexterm zone="pkgconfig">
    27     <primary sortas="a-Pkgconfig">Pkgconfig</primary>
     27    <primary sortas="a-Pkgconfig">Pkg-config</primary>
    2828  </indexterm>
    2929
    3030  <sect2 role="package">
    31     <title>Introduction to Pkgconfig</title>
     31    <title>Introduction to Pkg-config</title>
    3232
    33     <para>The <application>pkgconfig</application> package contains
     33    <para>The <application>Pkg-config</application> package contains
    3434    tools for passing the include path and/or library paths to build tools during
    3535    the <command>make</command> file execution.</para>
     
    6060
    6161  <sect2 role="installation">
    62     <title>Installation of Pkgconfig</title>
     62    <title>Installation of Pkg-config</title>
    6363
    6464    <note>
    65       <para>These instructions back port the bug fix from
    66       <application>pkg-config</application>-0.18.1. The 0.18.1 version
    67       incorporates name changes that are, perhaps, to be reverted.  If you
    68       prefer to use 0.18.1, you should not run the <command>sed</command> command
    69       and you must add <filename class="directory">/usr/lib/pkgconfig</filename>
    70       to your <envar>PKG_CONFIG_PATH</envar>.</para>
     65      <para>Upto version 0.18, this package was called
     66      <application>Pkgconfig</application>.</para>
    7167    </note>
    7268
    73     <para>Install <application>pkgconfig</application> by running the following
     69    <para>Install <application>Pkg-config</application> by running the following
    7470    commands:</para>
    7571
    76 <screen><userinput>sed -i 's:pkg_failed=yes]):&amp;\nelse:' pkg.m4 &amp;&amp;
    77 ./configure --prefix=/usr &amp;&amp;
     72<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7873make</userinput></screen>
    7974
     
    8782
    8883  <sect2 role="configuration">
    89     <title>Configuring Pkgconfig</title>
     84    <title>Configuring Pkg-config</title>
    9085
    9186    <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
    9287    <filename>/usr/lib/pkgconfig</filename> because of the prefix used to
    93     install pkgconfig.  You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
     88    install <application>Pkg-config</application>.  You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
    9489    additional paths on your system where <application>pkgconfig</application>
    9590    files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed
Note: See TracChangeset for help on using the changeset viewer.