From 36c4569b9f7661625e12e2bdca4bc94838fe2a18 Mon Sep 17 00:00:00 2001 From: Rahul Chandra Date: Sat, 17 Jun 2023 15:08:36 +0800 Subject: Replace pkg-config with pkgconf --- chapter08/pkgconfig.xml | 121 ------------------------------------------------ 1 file changed, 121 deletions(-) delete mode 100644 chapter08/pkgconfig.xml (limited to 'chapter08/pkgconfig.xml') diff --git a/chapter08/pkgconfig.xml b/chapter08/pkgconfig.xml deleted file mode 100644 index b987a7652..000000000 --- a/chapter08/pkgconfig.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - %general-entities; -]> - - - - - - pkg-config - &pkgconfig-version; -
&pkgconfig-url;
-
- - Pkg-config-&pkgconfig-version; - - - Pkgconfig - - - - - - <para>The pkg-config package contains a tool for passing the include path - and/or library paths to build tools during the configure and make phases - of package installations.</para> - - <segmentedlist> - <segtitle>&buildtime;</segtitle> - <segtitle>&diskspace;</segtitle> - - <seglistitem> - <seg>&pkgconfig-fin-sbu;</seg> - <seg>&pkgconfig-fin-du;</seg> - </seglistitem> - </segmentedlist> - - </sect2> - - <sect2 role="installation"> - <title>Installation of Pkg-config - - Prepare Pkg-config for compilation: - -./configure --prefix=/usr \ - --with-internal-glib \ - --disable-host-tool \ - --docdir=/usr/share/doc/pkg-config-&pkgconfig-version; - - - The meaning of the new configure options: - - - --with-internal-glib - - This will allow pkg-config to use its internal version of - Glib because an external version is not available in LFS. - - - - - --disable-host-tool - - This option disables the creation of an undesired hard link - to the pkg-config program. - - - - - - Compile the package: - -make - - To test the results, issue: - -make check - - Install the package: - -make install - - - - - Contents of Pkg-config - - - Installed program - Installed directory - - - pkg-config - /usr/share/doc/pkg-config-&pkgconfig-version; - - - - - Short Descriptions - - - - - - pkg-config - - Returns meta information for the specified library or package - - - pkg-config - - - - - - - - -
-- cgit v1.2.3-54-g00ecf