0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="ucsc_user_apps" version="1.0.0">
|
1
|
4 <install version="1.0">
|
0
|
5 <actions>
|
|
6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/userApps.src.tgz</action>
|
5
|
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>
|
3
|
9 <action type="shell_command">make</action>
|
4
|
10 <action type="move_directory_files">
|
5
|
11 <source_directory>./bin</source_directory>
|
4
|
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
13 </action>
|
0
|
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>
|