pkgconf: An implementation of the pkg-config spec#

Description#

Pkgconf is an implementation of the pkg-config spec with minimal dependencies.

License#

ISC License (equivalent to Simplified BSD)

Upstream Contact#

https://github.com/pkgconf/pkgconf

Special Update/Build Instructions#

  • install.patch: Use install script from AC_PROG_INSTALL

Pkgconf is used in bzip2, so we must not use the bzip2-compressed tarball.

Type#

standard

Dependencies#

Version Information#

package-version.txt:

1.8.0

Equivalent System Packages#

$ sudo pacman -S pkgconf
$ conda install pkg-config
$ sudo apt-get install pkg-config
$ sudo yum install pkg-config
$ sudo pkg install devel/pkgconf
$ brew install pkg-config
$ sudo port install pkgconfig
$ sudo zypper install pkgconf
$ sudo xbps-install pkgconf

See https://repology.org/project/pkgconf/versions, https://repology.org/project/pkg-config/versions

If the system package is installed, ./configure will check if it can be used.