comparison 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
comparison
equal deleted inserted replaced
1:7da8c5e453cc 2:588666932a32
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="zlib" version="1.2.8"> 3 <package name="zlib" version="1.2.8">
4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="libpng" version="1.6.7"> 6 <package name="libpng" version="1.6.7">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action> 9 <action sha256sum="5d3be409d4ed4425923ad8677fc45497abb43c6b9cfd5beafe7dfc6f2a94f24b" type="download_by_url">
10 https://depot.galaxyproject.org/software/libpng/libpng_1.6.7_src_all.tar.gz
11 </action>
10 <action type="set_environment_for_install"> 12 <action type="set_environment_for_install">
11 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> 13 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
12 <package name="zlib" version="1.2.8" /> 14 <package name="zlib" version="1.2.8" />
13 </repository> 15 </repository>
14 </action> 16 </action>
15 <action type="autoconf" /> 17 <action type="autoconf">CPPFLAGS="-I$ZLIB_ROOT_PATH/include" LDFLAGS="-L$ZLIB_ROOT_PATH/lib"</action>
16 <action type="set_environment"> 18 <action type="set_environment">
17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
18 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> 20 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
19 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> 21 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
20 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 22 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>