| 0 | 1 <?xml version="1.0"?> | 
|  | 2 <tool_dependency> | 
|  | 3     <package name="taxonomy" version="1.0.0"> | 
|  | 4         <install version="1.0"> | 
|  | 5             <actions> | 
|  | 6                 <action type="download_by_url">https://bitbucket.org/natefoo/taxonomy/get/97aef0c05300.zip</action> | 
|  | 7                 <action type="shell_command">make</action> | 
|  | 8                 <action type="move_file"> | 
|  | 9                     <source>taxBuilder</source> | 
|  | 10                     <destination>$INSTALL_DIR</destination> | 
|  | 11                 </action> | 
|  | 12                 <action type="move_file"> | 
|  | 13                     <source>taxonomy2tree</source> | 
|  | 14                     <destination>$INSTALL_DIR</destination> | 
|  | 15                 </action> | 
|  | 16                 <action type="move_file"> | 
|  | 17                     <source>tree2PS-fast</source> | 
|  | 18                     <destination>$INSTALL_DIR</destination> | 
|  | 19                 </action> | 
|  | 20                 <action type="set_environment"> | 
|  | 21                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | 
|  | 22                 </action> | 
|  | 23             </actions> | 
|  | 24         </install> | 
|  | 25         <readme></readme> | 
|  | 26     </package> | 
|  | 27 </tool_dependency> |