Repository 'package_cmake_3_2_3'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_cmake_3_2_3

Changeset 0:1aea698a1c63 (2015-08-03)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cmake_3_2_3 commit 4163355301a43bc3c31f1443144021087336b428
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 1aea698a1c63 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Aug 03 08:20:51 2015 -0400
b
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="cmake" version="3.2.3">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url" sha256sum="a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297">http://www.cmake.org/files/v3.2/cmake-3.2.3.tar.gz</action>
+                <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>    
+        </install>
+    </package>
+</tool_dependency>