Name: | perl-ExtUtils-PkgConfig |
---|---|
Version: | 1.16 |
Release: | 10.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 18474 |
License: | LGPLv2+ |
RPM: | perl-ExtUtils-PkgConfig-1.16-10.el8.noarch.rpm |
Source RPM: | perl-ExtUtils-PkgConfig-1.16-10.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/ExtUtils-PkgConfig |
Summary: | Simplistic interface to pkg-config |
Description: | The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions that bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself. |