| Name: | perl-ExtUtils-PkgConfig |
|---|---|
| Version: | 1.16 |
| Release: | 25.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 18165 |
| License: | LGPL-2.0-or-later |
| RPM: | perl-ExtUtils-PkgConfig-1.16-25.el10_0.noarch.rpm |
| Source RPM: | perl-ExtUtils-PkgConfig-1.16-25.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.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. |