Mercurial > repos > devteam > package_clustalw_2_1
annotate tool_dependencies.xml @ 0:2f10e85b56ab draft default tip
Imported from capsule None
| author | devteam |
|---|---|
| date | Thu, 23 Jan 2014 12:30:42 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="clustalw2" version="2.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action> | |
| 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
| 8 <action type="shell_command">make && make install</action> | |
| 9 <action type="set_environment"> | |
| 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 11 </action> | |
| 12 </actions> | |
| 13 </install> | |
| 14 <readme></readme> | |
| 15 </package> | |
| 16 </tool_dependency> |
