comparison tool_dependencies.xml @ 4:04171118e6e1 draft

Uploaded
author malbuquerque
date Thu, 15 Jan 2015 18:50:14 -0500
parents 0f4127c3c51f
children 7d36c043e340
comparison
equal deleted inserted replaced
3:0f4127c3c51f 4:04171118e6e1
3 <package name="ucsc_user_apps" version="1.0.0"> 3 <package name="ucsc_user_apps" version="1.0.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action> 6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="move_directory_files">
9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action>
8 <action type="set_environment"> 12 <action type="set_environment">
9 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable> 13 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable>
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 </action> 15 </action>
12 </actions> 16 </actions>