Ignore:
Timestamp:
Sep 10, 2013, 11:06:11 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fe3e23c0
Parents:
af5caa0
Message:

Pkg-config should be Pkg-config-lite. It also removes lite- from the pkg-config-lite version entity, and this also lets JHALFS extract the pkg-config commands to generate a proper Makefile. Do not put extra strings in front of versions. Evil.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/pkg-config-lite.xml

    raf5caa0 rf4e3f3c  
    66]>
    77
    8 <sect1 id="ch-system-pkg-config" role="wrap">
    9   <?dbhtml filename="pkg-config.html"?>
     8<sect1 id="ch-system-pkg-config-lite" role="wrap">
     9  <?dbhtml filename="pkg-config-lite.html"?>
    1010
    11   <title>Pkg-config-&pkg-config-version;</title>
     11  <title>Pkg-config-lite-&pkg-config-lite-version;</title>
    1212
    13   <indexterm zone="ch-system-pkg-config">
    14     <primary sortas="a-Pkg-config">Pkg-config</primary>
     13  <indexterm zone="ch-system-pkg-config-lite">
     14    <primary sortas="a-Pkg-config-lite">Pkg-config-lite</primary>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>Pkg-config is a tool to help you insert the correct compiler options
     20    <para>Pkg-config-lite is a tool to help you insert the correct compiler options
    2121    on the command line when compiling applications and libraries.</para>
    2222
     
    2424
    2525  <sect2 role="installation">
    26     <title>Installation of Pkg-config</title>
     26    <title>Installation of Pkg-config-lite</title>
    2727
    28     <para os="a">Prepare Pkg-config for compilation:</para>
     28    <para os="a">Prepare Pkg-config-lite for compilation:</para>
    2929
    3030<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     
    4343  </sect2>
    4444
    45   <sect2 id="contents-pkg-config" role="content">
    46     <title>Contents of Pkg-config</title>
     45  <sect2 id="contents-pkg-config-lite" role="content">
     46    <title>Contents of Pkg-config-lite</title>
    4747
    4848    <segmentedlist>
     
    6161      <?dbhtml list-presentation="table"?>
    6262
    63       <varlistentry id="pkg-config">
     63      <varlistentry id="pkg-config-lite">
    6464        <term><command>pkg-config</command></term>
    6565        <listitem>
     
    6767          information about installed libraries in the system. It is typically
    6868          used to compile and link against one or more libraries.</para>
    69           <indexterm zone="ch-system-pkg-config pkg-config">
    70             <primary sortas="b-pkg-config">pkg-config</primary>
     69          <indexterm zone="ch-system-pkg-config-lite pkg-config-lite">
     70            <primary sortas="b-pkg-config-lite">pkg-config</primary>
    7171          </indexterm>
    7272        </listitem>
Note: See TracChangeset for help on using the changeset viewer.