Mercurial > repos > big-tiandm > boost_graph
comparison tool_dependencies.xml @ 0:7906496a0df1 draft default tip
Uploaded
| author | big-tiandm |
|---|---|
| date | Thu, 13 Nov 2014 21:44:15 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7906496a0df1 |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | |
| 2 <tool_dependency> | |
| 3 <package name="perl_module_Boost-Graph" version='1.4_001'> | |
| 4 <install version='1.0'> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.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 ls && | |
| 11 make && | |
| 12 make install | |
| 13 </action> | |
| 14 <action type="set_environment"> | |
| 15 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> | |
| 16 </action> | |
| 17 </actions> | |
| 18 </install> | |
| 19 <readme>This package install libwww CPAN package for Perl, including LWP::UserAgent.</readme> | |
| 20 </package> | |
| 21 | |
| 22 </tool_dependency> |
