comparison tool_dependencies.xml @ 1:8a1184d30e64 draft default tip

Uploaded
author iuc
date Thu, 07 Aug 2014 07:50:24 -0400
parents ea8dd47bccea
children
comparison
equal deleted inserted replaced
0:ea8dd47bccea 1:8a1184d30e64
3 <package name="grabix" version="0.1.3"> 3 <package name="grabix" version="0.1.3">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action> 6 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
7 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action> 7 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
8 <action type="shell_command">automake</action> 8 <action type="shell_command">make</action>
9 <action type="move_file">
10 <source>grabix</source>
11 <destination>$INSTALL_DIR/bin</destination>
12 </action>
9 <action type="set_environment"> 13 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable> 15 <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>
12 </action> 16 </action>
13 </actions> 17 </actions>