Mercurial > repos > bgruening > twistdna
comparison tool_dependencies.xml @ 0:91a5d7bfe380 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 14 Jan 2014 09:01:56 -0500 |
parents | |
children | 54004f898a83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:91a5d7bfe380 |
---|---|
1 <tool_dependency> | |
2 <set_environment version="1.0"> | |
3 <environment_variable name="TWISTDNA_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
4 </set_environment> | |
5 <package name="twistdna" version="1.1"> | |
6 <install version="1.0"> | |
7 <actions> | |
8 <action type="download_by_url">http://www.cbp.ens-lyon.fr/lib/exe/fetch.php?media=developpement:productions:logiciels:twist-dna_1.1.tar.gz</action> | |
9 <action type="shell_command">make </action> | |
10 <action type="make_directory">$INSTALL_DIR/bin</action> | |
11 <action type="move_file"> | |
12 <source>TwistDNA</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>Compiling TwistDNA requires a C compiler and gfortran (typically gcc)</readme> | |
21 </package> | |
22 </tool_dependency> |