Mercurial > repos > priti > vdt_dependency
annotate tool_dependencies.xml @ 10:2be86284f28a draft
Uploaded
author | priti |
---|---|
date | Thu, 05 Jun 2014 09:13:17 -0400 |
parents | |
children |
rev | line source |
---|---|
10 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="vdt" version="0.6"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://s3-us-west-2.amazonaws.com/mayo-bic-tools/softsearch/Softsearch2.4.tar.gz | |
7 </action> | |
8 <action type="shell_command">perl ./install.pl --prefix=$INSTALL_DIR</action> | |
9 <action type="shell_command">export PERL5LIB=$PERL5LIB:$INSTALL_DIR:$INSTALL_DIR/lib</action> | |
10 <action type="shell_command">perl script/SoftSearch.pl</action> | |
11 <action type="set_environment"> | |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 </package> | |
17 </tool_dependency> |