comparison tool_dependencies.xml @ 4:4155ca5a9659 draft

Uploaded
author malbuquerque
date Wed, 21 Jan 2015 16:10:48 -0500
parents 8ff916dba7a8
children 5f63b7e69d38
comparison
equal deleted inserted replaced
3:8ff916dba7a8 4:4155ca5a9659
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cmake" version="3.1.0"> 3 <package name="cmake" version="3.1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="change_directory">$INSTALL_DIR</action>
7 <action type="download_by_url">http://cmake.org/files/v3.1/cmake-3.1.0.tar.gz</action> 6 <action type="download_by_url">http://cmake.org/files/v3.1/cmake-3.1.0.tar.gz</action>
8 <action type="shell_command">./bootstrap</action> 7 <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action>
9 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
10 <action type="set_environment"> 9 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
12 </action> 11 </action>
13 </actions> 12 </actions>