Mercurial > repos > bgruening > twistdna
comparison tool_dependencies.xml @ 0:412a7b592d7b draft default tip
initial Uploaded
author | bgruening |
---|---|
date | Sat, 22 Feb 2014 07:56:52 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:412a7b592d7b |
---|---|
1 <tool_dependency> | |
2 <package name="twistdna" version="1.1"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <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> | |
6 <action type="shell_command">make </action> | |
7 <action type="make_directory">$INSTALL_DIR/bin</action> | |
8 <action type="move_file"> | |
9 <source>TwistDNA</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme>Compiling TwistDNA requires a C compiler and gfortran (typically gcc)</readme> | |
18 </package> | |
19 </tool_dependency> |