Mercurial > repos > geert-vandeweyer > package_perl_libwww
comparison tool_dependencies.xml @ 0:f217bf3faf3b draft default tip
Uploaded
author | geert-vandeweyer |
---|---|
date | Wed, 19 Feb 2014 06:31:14 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f217bf3faf3b |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <tool_dependency> | |
3 <package name="perl_module_libwww" version='6.05'> | |
4 <install version='1.0'> | |
5 <actions> | |
6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz</action> | |
7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action> | |
8 <action type="shell_command"> | |
9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && | |
10 make && | |
11 make install | |
12 </action> | |
13 <action type="set_environment"> | |
14 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> | |
15 </action> | |
16 </actions> | |
17 </install> | |
18 <readme>This package install libwww CPAN package for Perl, including LWP::UserAgent.</readme> | |
19 </package> | |
20 | |
21 </tool_dependency> |