Mercurial > repos > cjav > smalt
comparison tool_dependencies.xml @ 1:54855bd8d107 draft default tip
First attempt to get tool_dependencies.xml right.
| author | cjav |
|---|---|
| date | Wed, 20 Mar 2013 17:07:14 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:747433a6de00 | 1:54855bd8d107 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="smalt" version="0.7.3"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">ftp://ftp.sanger.ac.uk/pub4/resources/software/smalt/smalt-0.7.3.tgz</action> | |
| 7 <action type="move_file"> | |
| 8 <source>smalt_x86_64</source> | |
| 9 <destination>$INSTALL_DIR/bin</destination> | |
| 10 </action> | |
| 11 <action type="move_file"> | |
| 12 <source>smalt_i686</source> | |
| 13 <destination>$INSTALL_DIR/bin</destination> | |
| 14 </action> | |
| 15 <action type="set_environment"> | |
| 16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 17 </action> | |
| 18 </actions> | |
| 19 </install> | |
| 20 <readme> | |
| 21 Upstream authors only provide binaries so far. This tool dependency definition will install both Linux binaries(i686/x86_64) and the wrapper will try to use the right one by using 'smalt_`uname -i`'. | |
| 22 </readme> | |
| 23 </package> | |
| 24 </tool_dependency> |
