comparison tool_dependencies.xml @ 5:7d36c043e340 draft

Uploaded
author malbuquerque
date Thu, 15 Jan 2015 20:15:08 -0500
parents 04171118e6e1
children 11857fecc707
comparison
equal deleted inserted replaced
4:04171118e6e1 5:7d36c043e340
2 <tool_dependency> 2 <tool_dependency>
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">sed 's/export USE_SSL 1/export USE_SSL 0/g' Makefile > Makefiletmp</action>
8 <action type="shell_command">mv Makefiletmp Makefile</action>
7 <action type="shell_command">make</action> 9 <action type="shell_command">make</action>
8 <action type="move_directory_files"> 10 <action type="move_directory_files">
9 <source_directory>.</source_directory> 11 <source_directory>./bin</source_directory>
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> 12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
11 </action> 13 </action>
12 <action type="set_environment"> 14 <action type="set_environment">
13 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable> 15 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable>
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>