Mercurial > repos > malbuquerque > package_ucsc_user_apps
comparison tool_dependencies.xml @ 3:0f4127c3c51f draft
Uploaded
author | malbuquerque |
---|---|
date | Thu, 15 Jan 2015 17:23:29 -0500 |
parents | 566a318a33a2 |
children | 04171118e6e1 |
comparison
equal
deleted
inserted
replaced
2:566a318a33a2 | 3:0f4127c3c51f |
---|---|
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="bash_command">make</action> | 7 <action type="shell_command">make</action> |
8 <action type="set_environment"> | 8 <action type="set_environment"> |
9 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable> | 9 <environment_variable name="UCSCUSERAPPS" action="set_to">$INSTALL_DIR</environment_variable> |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
11 </action> | 11 </action> |
12 </actions> | 12 </actions> |