view tool_dependencies.xml @ 2:588666932a32 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 81deb0fe483f154dc18d90617a8594518f2412fd
author iuc
date Thu, 04 Feb 2016 03:58:26 -0500
parents 7da8c5e453cc
children
line wrap: on
line source

<?xml version="1.0"?>
<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 sha256sum="5d3be409d4ed4425923ad8677fc45497abb43c6b9cfd5beafe7dfc6f2a94f24b" type="download_by_url">
            https://depot.galaxyproject.org/software/libpng/libpng_1.6.7_src_all.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">CPPFLAGS="-I$ZLIB_ROOT_PATH/include" LDFLAGS="-L$ZLIB_ROOT_PATH/lib"</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>
</tool_dependency>