Changeset cd0d464


Ignore:
Timestamp:
03/22/2005 04:00:57 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
9a3d0d39
Parents:
b846fa4
Message:

Updated build entities and added indexing tags to pkgconfig

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pkgconfig.xml

    rb846fa4 rcd0d464  
    88<!ENTITY pkgconfig-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz">
    99<!ENTITY pkgconfig-md5sum "a7e4f60a6657dbc434334deb594cc242">
    10 <!ENTITY pkgconfig-size "604 KB">
    11 <!ENTITY pkgconfig-buildsize "5.2 MB">
    12 <!ENTITY pkgconfig-time "0.22 SBU">
     10<!ENTITY pkgconfig-size "610 KB">
     11<!ENTITY pkgconfig-buildsize "7.6 MB">
     12<!ENTITY pkgconfig-time "0.19 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="pkgconfig.html"?>
    2121<title><application>pkgconfig</application>-&pkgconfig-version;</title>
     22<indexterm zone="pkgconfig">
     23<primary sortas="a-Pkgconfig">Pkgconfig</primary></indexterm>
    2224
    2325<sect2>
     
    5153
    5254<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    53 make &amp;&amp;
    54 make install</command></userinput></screen>
     55make</command></userinput></screen>
     56
     57<para>Now, as the root user:</para>
     58
     59<screen><userinput role='root'><command>make install</command></userinput></screen>
    5560
    5661</sect2>
     
    7176<title>Contents</title>
    7277
    73 <para>The <application>pkgconfig</application> package contains
    74 <command>pkg-config</command>.</para>
     78<segmentedlist>
     79<segtitle>Installed Programs</segtitle>
     80<segtitle>Installed Libraries</segtitle>
     81<segtitle>Installed Directories</segtitle>
    7582
     83<seglistitem>
     84<seg>pkg-config</seg>
     85<seg>None</seg>
     86<seg>None</seg>
     87</seglistitem>
     88</segmentedlist>
     89
     90<variablelist>
     91<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     92<?dbfo list-presentation="list"?>
     93
     94<varlistentry id="pkg-config">
     95<term><command>pkg-config</command></term>
     96<listitem><para>is a function that returns meta information for the specified
     97library.</para>
     98<indexterm zone="pkgconfig pkg-config">
     99<primary sortas="b-pkg-config">pkg-config</primary>
     100</indexterm></listitem>
     101</varlistentry>
     102
     103</variablelist>
    76104</sect2>
    77 
    78 <sect2><title>Description</title>
    79 
    80 <sect3><title>pkg-config</title>
    81 <para><command>pkg-config</command> is a function that returns meta information
    82 for the specified library.</para></sect3>
    83 
    84 </sect2>
    85 
    86105</sect1>
    87106
Note: See TracChangeset for help on using the changeset viewer.