Alien-WFDB
view release on metacpan or search on metacpan
plugin Extract => 'tar.gz';
patch sub {
# the -no-docs tarball does not have a doc directory, but the build
# script still looks for one --- so we create an empty one if it
# doesn't exist and add stub Makefile (with 'install' and 'clean'
# targets)
my $doc_makefile = Path::Tiny->new('doc/Makefile');
$doc_makefile->parent->mkpath;
$doc_makefile->spew_utf8(<<'EOF');
install:
clean:
EOF
};
build [
"sh ./configure --prefix=%{.install.prefix}",
'%{make} WFDBROOT=%{.install.prefix} install',
( run in 1.009 second using v1.01-cache-2.11-cpan-49f99fa48dc )