annotate tool_dependencies.xml @ 3:bfd0aeb6030a draft default tip

planemo upload for repository https://github.com/ChrisD11/Tools commit bf66a04a6b57ac86f2bd4794d3460698f4cbb8b7
author chrisd
date Mon, 22 Feb 2016 05:35:59 -0500
parents 20e03d65fc25
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
1 <?xml version="1.0"?>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
2 <tool_dependency>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
3 <package name="csa" version="0.1">
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
4 <install version="1.0">
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
5 <actions>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
6 <action type="shell_command">git clone --recursive https://github.com/ChrisD11/csa.git</action>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
7 <action type="shell_command">make</action>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
8 <action type="move_file">
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
9 <source>csa</source>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
10 <destination>$INSTALL_DIR/bin</destination>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
11 </action>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
12 <action type="set_environment">
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
14 </action>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
15 </actions>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
16 </install>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
17 <readme>Compiling csa requires a C++ compiler</readme>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
18 </package>
20e03d65fc25 planemo upload for repository https://github.com/ChrisD11/Tools commit 7ad4de2f3fdb2e49cefcfc465cc36c96a1602441
chrisd
parents:
diff changeset
19 </tool_dependency>