Alien-LibCIAORegion
view release on metacpan or search on metacpan
build [
'%{configure}',
'%{make}',
'%{make} install',
];
};
gather [
[ 'pkg-config --modversion libcxcregion', \'%{.runtime.version}' ],
[ 'pkg-config --cflags libcxcregion', \'%{.runtime.cflags}' ],
[ 'pkg-config --libs libcxcregion', \'%{.runtime.libs}' ],
];
alienfile.orig view on Meta::CPAN
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.434 second using v1.01-cache-2.11-cpan-94b05bcf43c )