Mercurial > repos > shirish > ss_tool
comparison tool_dependencies.xml @ 19:6292bd3c9ffa draft
Uploaded
author | shirish |
---|---|
date | Tue, 03 Jun 2014 03:12:04 -0400 |
parents | 807281a710a9 |
children |
comparison
equal
deleted
inserted
replaced
18:1b444c78f59f | 19:6292bd3c9ffa |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="softsearch" 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=$PWD</action> | |
9 <action type="shell_command">export PERL5LIB=$PERL5LIB:$PWD:$PWD/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> |