Mercurial > repos > malbuquerque > package_ucsc_user_apps
comparison tool_dependencies.xml @ 7:1da3e4b7d00d draft default tip
Deleted selected files
author | malbuquerque |
---|---|
date | Fri, 16 Jan 2015 16:59:51 -0500 |
parents | 11857fecc707 |
children |
comparison
equal
deleted
inserted
replaced
6:11857fecc707 | 7:1da3e4b7d00d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="package_ucsc_user_apps" version="1.0.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
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> | |
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> |