annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
1 <?xml version="1.0"?>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
2 <tool_dependency>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
3 <package name="newick_utilities" version="1.6">
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
4 <install version="1.0">
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
5 <actions>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
6 <action type="download_by_url">http://cegg.unige.ch/pub/newick-utils-1.6-Linux-x86_64-disabled-extra.tar.gz</action>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
8 <action type="shell_command">make</action>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
9 <action type="shell_command">make install</action>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
10 <action type="set_environment">
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
11 <environment_variable name="NEWICK_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
13 </action>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
14 </actions>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
15 </install>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
16 </package>
17be6ea2fcd6 Imported from capsule None
dcorreia
parents:
diff changeset
17 </tool_dependency>