Mercurial > repos > geert-vandeweyer > package_perl_libwww
diff tool_dependencies.xml @ 0:f217bf3faf3b draft default tip
Uploaded
author | geert-vandeweyer |
---|---|
date | Wed, 19 Feb 2014 06:31:14 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Feb 19 06:31:14 2014 -0500 @@ -0,0 +1,21 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> +<package name="perl_module_libwww" version='6.05'> + <install version='1.0'> + <actions> + <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz</action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> + <action type="shell_command"> + perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && + make && + make install + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> + </action> + </actions> + </install> + <readme>This package install libwww CPAN package for Perl, including LWP::UserAgent.</readme> +</package> + +</tool_dependency>