comparison tool_dependencies.xml @ 0:17be6ea2fcd6 draft default tip

Imported from capsule None
author dcorreia
date Tue, 15 Mar 2016 10:53:33 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:17be6ea2fcd6
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="newick_utilities" version="1.6">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://cegg.unige.ch/pub/newick-utils-1.6-Linux-x86_64-disabled-extra.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make</action>
9 <action type="shell_command">make install</action>
10 <action type="set_environment">
11 <environment_variable name="NEWICK_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
13 </action>
14 </actions>
15 </install>
16 </package>
17 </tool_dependency>