Mercurial > repos > malbuquerque > package_ucsc_user_apps
comparison tool_dependencies.xml @ 0:3b25684c7ca9 draft
Uploaded
author | malbuquerque |
---|---|
date | Thu, 15 Jan 2015 16:44:32 -0500 |
parents | |
children | f282d84c57e6 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3b25684c7ca9 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="ucsc_user_apps" version="1.0.0"> | |
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> | |
7 <action type="autoconf"/> | |
8 <action type="set_environment"> | |
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> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 UCSC User Apps may take a moment for installation as it builds all utililities. | |
16 Post installation, all tools will be available as command line executables. | |
17 </readme> | |
18 </package> | |
19 </tool_dependency> |