70e10c14bb
PkgConfig provides a pure-perl, core-only replacement for the pkg-config utility. This is not a description of the uses of pkg-config but rather a description of the differences between the C version and the Perl one. While pkg-config is a compiled binary linked with glib, the pure-perl version has no such requirement, and will run wherever Perl ( >= 5.6 ) does. The main supported options are the common --libs, --cflags, --static, --exists and --modversion. WWW: http://search.cpan.org/dist/PkgConfig/
8 lines
248 B
Text
8 lines
248 B
Text
bin/pkg-config.pl
|
|
bin/ppkg-config
|
|
%%SITE_PERL%%/PkgConfig.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PkgConfig/.packlist
|
|
%%PERL5_MAN3%%/PkgConfig.3.gz
|
|
man/man1/pkg-config.pl.1.gz
|
|
man/man1/ppkg-config.1.gz
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PkgConfig
|