comparison tool_dependencies.xml @ 3:8813649bf702 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
author iuc
date Fri, 09 Oct 2015 05:20:56 -0400
parents 821c27341c0e
children
comparison
equal deleted inserted replaced
2:821c27341c0e 3:8813649bf702
1 <tool_dependency> 1 <tool_dependency>
2 <package name="libpng" version="1.2.5"> 2 <package name="libpng" version="1.2.5">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">http://download.sourceforge.net/libpng/libpng-1.2.51.tar.gz</action> 5 <action type="download_by_url">http://download.sourceforge.net/libpng/libpng-1.2.51.tar.gz</action>
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 6 <action type="autoconf"></action>
7 <action type="shell_command">make &amp;&amp; make install</action>
8
9 <action type="set_environment"> 7 <action type="set_environment">
10 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 8 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 9 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
12 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 10 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
13 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> 11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>