Mercurial > repos > bernhardlutz > rnaz
annotate tool_dependencies.xml @ 10:87f6ce525479 draft default tip
Uploaded
| author | bernhardlutz |
|---|---|
| date | Thu, 09 Jan 2014 16:11:17 -0500 |
| parents | 0acb69966d7c |
| children |
| rev | line source |
|---|---|
| 3 | 1 <tool_dependency> |
| 2 <package name="rnaz" version="2.1"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">http://www.tbi.univie.ac.at/~wash/RNAz/RNAz-2.1.tar.gz</action> | |
| 6 <action type="autoconf" /> | |
| 7 <action type="set_environment"> | |
| 8 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 9 </action> | |
| 10 </actions> | |
| 11 </install> | |
| 12 <readme>Compiling RNAz requires a C compiler (typically gcc)</readme> | |
| 13 </package> | |
| 14 </tool_dependency> |
