changeset 0:873f53f1abcd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_pixman_0_32_4 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
author iuc
date Mon, 24 Aug 2015 10:43:31 -0400
parents
children 5b7bf9282d49
files tool_dependencies.xml
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Aug 24 10:43:31 2015 -0400
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="libpng" version="1.6.7">
+      <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="pixman" version="0.32.4">
+      <install version="1.0">
+          <actions>
+              <action type="download_by_url">http://cairographics.org/releases/pixman-0.32.4.tar.gz</action>
+                <action type="set_environment_for_install">
+                  <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                      <package name="libpng" version="1.6.7" />
+                    </repository>
+                </action>
+                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIB_PATH" &amp;&amp; echo $LDFLAGS &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
+                <action type="make_install" />
+                <action type="set_environment">
+                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="PIXMAN_LIB_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>