Alien-curl
view release on metacpan or search on metacpan
= quotemeta '$(LIBTOOL) --tag=RC --mode=compile $(RC) -I$(top_srcdir)/include';
my $new_text
= '$(RC) -I$(top_srcdir)/include';
Path::Tiny->new($target_file)->edit_raw(sub {s/^(\s+)$target_text/$1$new_text/ms});
return;
};
build [
"%{configure} --enable-shared --disable-static --bindir=$ffi_target --libdir=$ffi_target @acflags",
$patch_makefile,
'%{make}',
'%{make} install',
sub {
my $build = shift;
return unless $^O eq 'MSWin32';
my $root = Path::Tiny->new($ENV{DESTDIR})->child($build->install_prop->{autoconf_prefix});
log "re-routing DLLs in $root";
foreach my $from (grep /\.dll$/i, $root->child('bin')->children)
{
( run in 0.880 second using v1.01-cache-2.11-cpan-2398b32b56e )