Alien-LibCIAORegion
view release on metacpan or search on metacpan
#! perl
use strict;
use warnings;
use alienfile;
plugin 'Gather::IsolateDynamic';
plugin 'PkgConfig' => (
pkg_name => 'cxcregion',
);
probe [ 'pkg-config --exists libcxcregion' ];
share {
requires 'Alien::bison';
requires 'Alien::flex' => 0.14;
start_url 'inc/cxcregion-4.12.0.1.tar.gz';
plugin 'Download';
plugin 'Extract' => 'tar.gz';
plugin 'Build::Autoconf' => ( with_pic => 1 );
build [
'%{configure}',
'%{make}',
'%{make} install',
];
};
gather [
[ 'pkg-config --modversion libcxcregion', \'%{.runtime.version}' ],
[ 'pkg-config --cflags libcxcregion', \'%{.runtime.cflags}' ],
[ 'pkg-config --libs libcxcregion', \'%{.runtime.libs}' ],
];
( run in 1.439 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )