Alien-pdf2htmlEX
view release on metacpan or search on metacpan
};
# warn is fine here because this is part of configure-time
eval {
require Alien::FontForge;
require Alien::Poppler;
push @PKG_CONFIG_PATH, Alien::FontForge->pkg_config_path;
push @PKG_CONFIG_PATH, Alien::Poppler->pkg_config_path;
} or warn "Unable to add to \$PKG_CONFIG_PATH (@PKG_CONFIG_PATH): $@";
build [
[ 'cmake', qw(-G), 'Unix Makefiles',
exists $ENV{MSYSTEM} ? ('-DPDF2HTMLEX_LIBS=-lintl') : (),
'-DCMAKE_RUNTIME_PREFIX:PATH=%{.runtime.prefix}',
'-DCMAKE_INSTALL_PREFIX:PATH=%{.install.prefix}', '.' ],
[ '%{gmake}' ],
[ '%{gmake}', 'install' ],
]
};
( run in 0.671 second using v1.01-cache-2.11-cpan-39bf76dae61 )