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¶
Dependencies¶
C compiler + toolchain
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
Version Information¶
package-version.txt:
0.9.7.p2
Equivalent System Packages¶
conda:
$ conda install pkgconf pkg-config
Debian/Ubuntu:
$ sudo apt-get install pkgconf pkg-config
Fedora/Redhat/CentOS:
$ sudo yum install pkgconf pkg-config
freebsd:
$ sudo pkg install pkgconf pkg-config
homebrew:
$ brew install pkgconf pkg-config
macports: install the following packages: pkgconf pkg-config opensuse:
$ sudo zypper install pkgconf pkg-config
See https://repology.org/project/pkgconf/versions, https://repology.org/project/pkg-config/versions
If the system package is installed, ./configure will check whether it can be used.