source: chapter08/pkgconf.xml@ 141a1fa

12.1 multilib trunk xry111/arm64 xry111/loongarch xry111/loongarch-12.1 xry111/mips64el
Last change on this file since 141a1fa was 96026a10, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Package updates.
Update to shadow-4.14.4.
Update to setuptools-69.1.0 (Python module).
Update to python-3.12.2.
Update to pkgconf-2.1.1.
Update to MarkupSafe-2.1.5 (Python module).
Update to man-pages-6.06.
Update to expat-2.6.0.
Update to linux-6.7.4.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-pkgconf" role="wrap">
9 <?dbhtml filename="pkgconf.html"?>
10
11 <sect1info condition="script">
12 <productname>pkgconf</productname>
13 <productnumber>&pkgconf-version;</productnumber>
14 <address>&pkgconf-url;</address>
15 </sect1info>
16
17 <title>Pkgconf-&pkgconf-version;</title>
18
19 <indexterm zone="ch-system-pkgconf">
20 <primary sortas="a-pkgconf">Pkgconf</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The pkgconf package is a
27 successor to pkg-config and contains a tool for passing the include path
28 and/or library paths to build tools during the configure and make phases
29 of package installations.</para>
30
31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
34
35 <seglistitem>
36 <seg>&pkgconf-fin-sbu;</seg>
37 <seg>&pkgconf-fin-du;</seg>
38 </seglistitem>
39 </segmentedlist>
40
41 </sect2>
42
43 <sect2 role="installation">
44
45 <title>Installation of Pkgconf</title>
46
47 <para>Prepare Pkgconf for compilation:</para>
48
49<screen><userinput remap="configure">./configure --prefix=/usr \
50 --disable-static \
51 --docdir=/usr/share/doc/pkgconf-&pkgconf-version;</userinput></screen>
52
53 <para>Compile the package:</para>
54
55<screen><userinput remap="make">make</userinput></screen>
56
57 <para>Install the package:</para>
58
59<screen><userinput remap="install">make install</userinput></screen>
60
61 <para>To maintain compatibility with the original Pkg-config create two
62 symlinks:</para>
63
64<screen><userinput remap="install">ln -sv pkgconf /usr/bin/pkg-config
65ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1</userinput></screen>
66
67 </sect2>
68
69 <sect2 id="contents-pkgconf" role="content">
70 <title>Contents of Pkgconf</title>
71
72 <segmentedlist>
73 <segtitle>Installed programs</segtitle>
74 <segtitle>Installed library</segtitle>
75 <segtitle>Installed directory</segtitle>
76
77 <seglistitem>
78 <seg>pkgconf, pkg-config (link to pkgconf), and bomtool</seg>
79 <seg>libpkgconf.so</seg>
80 <seg>/usr/share/doc/pkgconf-&pkgconf-version;</seg>
81 </seglistitem>
82 </segmentedlist>
83
84 <variablelist>
85 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
86 <?dbfo list-presentation="list"?>
87 <?dbhtml list-presentation="table"?>
88
89 <varlistentry id="pkgconf">
90 <term><command>pkgconf</command></term>
91 <listitem>
92 <para>Returns meta information for the specified library or
93 package</para>
94 <indexterm zone="ch-system-pkgconf pkgconf">
95 <primary sortas="b-pkgconf">pkgconf</primary>
96 </indexterm>
97 </listitem>
98 </varlistentry>
99
100 <varlistentry id="bomtool">
101 <term><command>bomtool</command></term>
102 <listitem>
103 <para>Generates a Software Bill Of Materials from pkg-config .pc
104 files</para>
105 <indexterm zone="ch-system-pkgconf bomtool">
106 <primary sortas="b-bomtool">bomtool</primary>
107 </indexterm>
108 </listitem>
109 </varlistentry>
110
111 <varlistentry id="libpkgconf">
112 <term><filename class="libraryfile">libpkgconf</filename></term>
113 <listitem>
114 <para>Contains most of pkgconf's functionality, while allowing
115 other tools like IDEs and compilers to use its frameworks</para>
116 <indexterm zone="ch-system-pkgconf libpkgconf">
117 <primary sortas="c-libpkgconf">libpkgconf</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121 </variablelist>
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.