1Alien::Build::Plugin::PUksgeCronCfoingt(r3i)buted Perl DAolciuemne:n:tBautiilodn::Plugin::PkgConfig(3)
2
3
4
6 Alien::Build::Plugin::PkgConfig - PkgConfig Alien::Build plugins
7
9 version 2.80
10
12 use alienfile;
13 plugin 'PkgConfig' => (
14 pkg_name => 'foo',
15 );
16
18 PkgConfig plugins use "pkg-config" or a compatible library to retrieve
19 flags at probe and gather stages.
20
21 Alien::Build::Plugin::PkgConfig::CommandLine
22 Use the command-line "pkg-config" or "pkgconf" to get compiler and
23 linker flags.
24
25 Alien::Build::Plugin::PkgConfig::LibPkgConf
26 Use the XS PkgConfig::LibPkgConf to get compiler and linker flags.
27
28 Alien::Build::Plugin::PkgConfig::MakeStatic
29 Convert .pc file to use static linkage by default.
30
31 Alien::Build::Plugin::PkgConfig::MakeStatic
32 Choose the best plugin to do "pkg-config" work. The best choice is
33 typically platform and configuration dependent.
34
35 Alien::Build::Plugin::PkgConfig::PP
36 Use the pure-perl PkgConfig to get compiler and linker flags.
37
39 Alien::Build, Alien::Build::Plugin
40
42 Author: Graham Ollis <plicease@cpan.org>
43
44 Contributors:
45
46 Diab Jerius (DJERIUS)
47
48 Roy Storey (KIWIROY)
49
50 Ilya Pavlov
51
52 David Mertens (run4flat)
53
54 Mark Nunberg (mordy, mnunberg)
55
56 Christian Walde (Mithaldu)
57
58 Brian Wightman (MidLifeXis)
59
60 Zaki Mughal (zmughal)
61
62 mohawk (mohawk2, ETJ)
63
64 Vikas N Kumar (vikasnkumar)
65
66 Flavio Poletti (polettix)
67
68 Salvador Fandiño (salva)
69
70 Gianni Ceccarelli (dakkar)
71
72 Pavel Shaydo (zwon, trinitum)
73
74 Kang-min Liu (劉康民, gugod)
75
76 Nicholas Shipp (nshp)
77
78 Juan Julián Merelo Guervós (JJ)
79
80 Joel Berger (JBERGER)
81
82 Petr Písař (ppisar)
83
84 Lance Wicks (LANCEW)
85
86 Ahmad Fatoum (a3f, ATHREEF)
87
88 José Joaquín Atria (JJATRIA)
89
90 Duke Leto (LETO)
91
92 Shoichi Kaji (SKAJI)
93
94 Shawn Laffan (SLAFFAN)
95
96 Paul Evans (leonerd, PEVANS)
97
98 Håkon Hægland (hakonhagland, HAKONH)
99
100 nick nauwelaerts (INPHOBIA)
101
102 Florian Weimer
103
105 This software is copyright (c) 2011-2022 by Graham Ollis.
106
107 This is free software; you can redistribute it and/or modify it under
108 the same terms as the Perl 5 programming language system itself.
109
110
111
112perl v5.38.0 2023-07-20Alien::Build::Plugin::PkgConfig(3)