Acme-Alien-DontPanic
view release on metacpan or search on metacpan
version => qr/([0-9\.]+)\.tar\.gz$/,
);
plugin Extract => 'tar.gz';
plugin 'Build::Autoconf';
test [ '%{make} check' ];
ffi {
build [
# TODO: under windows, dll is installed in bin. setting --bindir doesn't seem to work for the .dll
# only the .exe.
'%{configure} --enable-shared --disable-static --libdir=%{.install.autoconf_prefix}/dynamic',
'%{make}',
'%{make} install',
];
test [ '%{make} check' ];
};
( run in 2.131 seconds using v1.01-cache-2.11-cpan-2398b32b56e )