Name: | perl-ExtUtils-PkgConfig |
---|---|
Version: | 1.15 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 18677 |
License: | LGPLv2+ |
RPM: | perl-ExtUtils-PkgConfig-1.15-1.el7.noarch.rpm |
Source RPM: | perl-ExtUtils-PkgConfig-1.15-1.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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 which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself. |