annotate tool_dependencies.xml @ 0:0714d88bd854 draft default tip

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:42 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="grabix" version="0.1.3">
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="shell_command">make</action>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="move_file">
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
10 <source>grabix</source>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
11 <destination>$INSTALL_DIR/bin</destination>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
12 </action>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
13 <action type="set_environment">
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
15 <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
16 </action>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
17 </actions>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
18 </install>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
19 <readme>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
20 Compiling grabix requires a recent C++ compiler (typically g++).
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
21 grabix will be available in $PATH and under $GRABIX_ROOT.
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
22 https://github.com/arq5x/grabix
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
23 </readme>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
24 </package>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
25 </tool_dependency>
0714d88bd854 Imported from capsule None
iuc
parents:
diff changeset
26