comparison tool_dependencies.xml @ 1:2da7b99cb1a1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cmake_3_2_3 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:09:41 -0500
parents e932c7599efd
children
comparison
equal deleted inserted replaced
0:e932c7599efd 1:2da7b99cb1a1
3 <package name="cmake" version="3.2.3"> 3 <package name="cmake" version="3.2.3">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url" sha256sum="a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297">http://www.cmake.org/files/v3.2/cmake-3.2.3.tar.gz</action> 6 <action type="download_by_url" sha256sum="a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297">http://www.cmake.org/files/v3.2/cmake-3.2.3.tar.gz</action>
7 <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make</action> 8 <action type="make_install"/>
9 <action type="shell_command">make install</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>
14 </install> 13 </install>