Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-ExtUtils-PkgConfig: Simplistic interface to pkg-config
- Summary
- 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.
Changelog
- * Tue Feb 15 16:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.07-1
- Update to 1.07.
- * Sun Oct 3 17:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-0.fdr.1
- Update to 1.06.
- * Sun Jul 18 17:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.05-0.fdr.1
- First build.