comparison tool_dependencies.xml @ 0:1b86c284b6c6 draft

Uploaded
author malbuquerque
date Fri, 16 Jan 2015 17:15:05 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1b86c284b6c6
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="ucsc_user_apps" version="310" type="package">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v310.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>
9 <action type="shell_command">make</action>
10 <action type="move_directory_files">
11 <source_directory>./bin</source_directory>
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
13 </action>
14 <action type="set_environment">
15 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable>
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
17 </action>
18 </actions>
19 </install>
20 <readme>
21 UCSC User Apps may take a moment for installation as it builds all utililities.
22 Post installation, all tools will be available as command line executables.
23 </readme>
24 </package>
25 </tool_dependency>