Alien-Adaptagrams
view release on metacpan or search on metacpan
#'%{make} -C cola check',
'%{make} -C cola install',
];
gather sub {
my($build) = @_;
my $prefix = $build->runtime_prop->{prefix};
my @libs = qw(avoid cola dialect topology vpsc);
my $cflags = "-I$prefix/include";
my $libs = join " ", "-L$prefix/lib", (map { "-l$_" } @libs);
$build->runtime_prop->{cflags} = $cflags;
$build->runtime_prop->{cflags_static} = $cflags;
$build->runtime_prop->{libs} = $libs;
$build->runtime_prop->{libs_static} = $libs;
};
};
( run in 1.391 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )