Mercurial > repos > shirish > ss_tools
annotate tool_dependencies.xml @ 0:00791e3e47bd draft default tip
Uploaded
| author | shirish |
|---|---|
| date | Tue, 03 Jun 2014 04:22:00 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 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> |
