Changeset c35d927


Ignore:
Timestamp:
11/25/2005 02:03:33 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
0c4916c
Parents:
1976445
Message:

Updated to pkg-config-0.20

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1976445 rc35d927  
    1 <!ENTITY day          "24">
     1<!ENTITY day          "25">
    22<!ENTITY month        "11">
    33<!ENTITY year         "2005">
     
    136136<!ENTITY zip-version                  "2.31">
    137137<!ENTITY pciutils-version             "2.2.0">
    138 <!ENTITY pkgconfig-version            "0.19">
     138<!ENTITY pkgconfig-version            "0.20">
    139139<!ENTITY cpio-version                 "2.6">
    140140<!ENTITY mc-version                   "4.6.1">
  • general/sysutils/pkgconfig.xml

    r1976445 rc35d927  
    66
    77  <!ENTITY pkgconfig-download-http "http://pkgconfig.freedesktop.org/releases/pkg-config-&pkgconfig-version;.tar.gz">
    8   <!ENTITY pkgconfig-download-ftp " ">
     8  <!ENTITY pkgconfig-download-ftp  " ">
    99  <!-- <!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 "947 KB">
    12   <!ENTITY pkgconfig-buildsize "11 MB">
    13   <!ENTITY pkgconfig-time "0.21 SBU">
     10  <!ENTITY pkgconfig-md5sum        "fb42402593e4198bc252ab248dd4158b">
     11  <!ENTITY pkgconfig-size          "969 KB">
     12  <!ENTITY pkgconfig-buildsize     "11.3 MB">
     13  <!ENTITY pkgconfig-time          "0.3 SBU">
    1414]>
    1515
     
    2222  </sect1info>
    2323
    24   <title>Pkg-config-&pkgconfig-version;</title>
     24  <title>pkg-config-&pkgconfig-version;</title>
    2525
    2626  <indexterm zone="pkgconfig">
    27     <primary sortas="a-Pkgconfig">Pkg-config</primary>
     27    <primary sortas="a-Pkg-config">Pkg-config</primary>
    2828  </indexterm>
    2929
    3030  <sect2 role="package">
    31     <title>Introduction to Pkg-config</title>
     31    <title>Introduction to pkg-config</title>
    3232
    33     <para>The <application>Pkg-config</application> package contains
    34     tools for passing the include path and/or library paths to build tools during
    35     the <command>make</command> file execution.</para>
     33    <para>The <application>pkg-config</application> package contains a tool for
     34    passing the include path and/or library paths to build tools during the
     35    <command>configure</command> and <command>make</command> file
     36    execution.</para>
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6061
    6162  <sect2 role="installation">
    62     <title>Installation of Pkg-config</title>
     63    <title>Installation of pkg-config</title>
    6364
    64     <note>
    65       <para>Till version 0.18, this package was called
    66       <application>Pkgconfig</application>.</para>
    67     </note>
    68 
    69     <para>Install <application>Pkg-config</application> by running the following
    70     commands:</para>
     65    <para>Install <application>pkg-config</application> by running the
     66    following commands:</para>
    7167
    7268<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    8278
    8379  <sect2 role="configuration">
    84     <title>Configuring Pkg-config</title>
     80    <title>Configuring pkg-config</title>
    8581
    8682    <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
    87     <filename>/usr/lib/pkgconfig</filename> because of the prefix used to
    88     install <application>Pkg-config</application>.  You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
    89     additional paths on your system where <application>pkgconfig</application>
    90     files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed
    91     when compiling packages, not during run-time.</para>
     83    <filename class='directory'>/usr/lib/pkgconfig</filename> because of the
     84    prefix used to install <application>pkg-config</application>. You may add
     85    to <envar>PKG_CONFIG_PATH</envar> by exporting additional paths on your
     86    system where <filename class='extension'>.pc</filename> files are
     87    installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed when
     88    compiling packages, not during run-time.</para>
    9289
    9390  </sect2>
     
    116113        <term><command>pkg-config</command></term>
    117114        <listitem>
    118           <para>is a function that returns meta information for the specified
    119           library.</para>
     115          <para>returns meta information for the specified library or
     116          package.</para>
    120117          <indexterm zone="pkgconfig pkg-config">
    121118            <primary sortas="b-pkg-config">pkg-config</primary>
     
    129126
    130127</sect1>
    131 
  • introduction/welcome/changelog.xml

    r1976445 rc35d927  
    4343
    4444    <listitem>
     45      <para>November 25th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to pkg-config-0.20</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>November 24th, 2005</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.