| 
4
 | 
     1 <?xml version="1.0"?>
 | 
| 
 | 
     2 <tool_dependency>
 | 
| 
 | 
     3     <package name="padel" version="2.21">
 | 
| 
 | 
     4         <install version="1.0">
 | 
| 
 | 
     5             <actions_group>
 | 
| 
 | 
     6                 <actions os="linux" architecture="x86_64">
 | 
| 
 | 
     7                     <action type="download_by_url">http://www.yapcwsoft.com/dd/padeldescriptor/PaDEL-Descriptor.zip</action>
 | 
| 
 | 
     8                     <action type="move_directory_files">
 | 
| 
 | 
     9                         <source_directory>.</source_directory>
 | 
| 
 | 
    10                         <destination_directory>$INSTALL_DIR/bin/</destination_directory>
 | 
| 
 | 
    11                     </action>
 | 
| 
 | 
    12                 </actions>
 | 
| 
 | 
    13                 
 | 
| 
 | 
    14                <action type="set_environment">
 | 
| 
 | 
    15                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
 | 
| 
 | 
    16                 </action>
 | 
| 
 | 
    17             </actions_group>
 | 
| 
 | 
    18         </install>
 | 
| 
 | 
    19         <readme></readme>
 | 
| 
 | 
    20     </package>
 | 
| 
 | 
    21 </tool_dependency>
 |