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

Changeset 1:7da8c5e453cc (2016-01-17)
Previous changeset 0:05df724aefbb (2015-09-21) Next changeset 2:588666932a32 (2016-02-04)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit b'784d4ce2181678e6d524ed5469916f6b6810a581'
modified:
tool_dependencies.xml
b
diff -r 05df724aefbb -r 7da8c5e453cc tool_dependencies.xml
--- a/tool_dependencies.xml Mon Sep 21 10:18:49 2015 -0400
+++ b/tool_dependencies.xml Sun Jan 17 17:26:57 2016 -0500
b
@@ -1,21 +1,28 @@
 <?xml version="1.0"?>
-<tool_dependency>
+<tool_dependency> 
+  <package name="zlib" version="1.2.8">
+    <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+  </package>
   <package name="libpng" version="1.6.7">
-      <install version="1.0">
-          <actions>
-              <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make &amp;&amp; make install</action>
-                <action type="set_environment">
-                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                  <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
-                  <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
-                  <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
-                  <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
-                  <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme />
-    </package>
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action>
+        <action type="set_environment_for_install">
+          <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+            <package name="zlib" version="1.2.8" />
+          </repository>
+        </action>
+        <action type="autoconf" />
+        <action type="set_environment">
+          <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+          <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
+          <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
+          <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+          <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+          <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme />
+  </package>
 </tool_dependency>