The pkgconf package is a successor to pkg-config and contains a tool for passing the include path and/or library paths to build tools.
Download HTTP: https://distfiles.ariadne.space/pkgconf/pkgconf-2.5.1.tar.xz
Download SHA256 Sum: cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243
Download Size: 320 KB
Estimated Disk Space: 3.6M
Estimated Build Time: less than 0.5 SBU
Bash-5.3, Binutils-2.46.0-pass2, Coreutils-9.10, Gawk-5.4.0, GCC-15.2.0-pass2, Glibc-2.43, Grep-3.12, Make-4.4.1, and sed-4.9
Prepare Pkgconf for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/pkgconf-2.5.1
To Compile the Package, issue:
make
Now Install the Package, issue:
make install ln -sv pkgconf /usr/bin/pkg-config ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1