Mercurial > repos > bernhardlutz > rnaz
view tool_dependencies.xml @ 7:76b5b9e6c5ca draft
Uploaded
author | bernhardlutz |
---|---|
date | Mon, 23 Dec 2013 16:30:56 -0500 |
parents | 0acb69966d7c |
children |
line wrap: on
line source
<tool_dependency> <package name="rnaz" version="2.1"> <install version="1.0"> <actions> <action type="download_by_url">http://www.tbi.univie.ac.at/~wash/RNAz/RNAz-2.1.tar.gz</action> <action type="autoconf" /> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme>Compiling RNAz requires a C compiler (typically gcc)</readme> </package> </tool_dependency>