Previous changeset 3:f48b920cae1f (2015-06-02) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/legacy/package_libpng_1_6_7 commit b9c475e401d953823899cb67833ebef2a566b427 |
modified:
tool_dependencies.xml |
b |
diff -r f48b920cae1f -r 3de32cd300a9 tool_dependencies.xml --- a/tool_dependencies.xml Tue Jun 02 09:00:57 2015 -0400 +++ b/tool_dependencies.xml Tue Dec 01 10:49:19 2015 -0500 |
b |
@@ -4,12 +4,12 @@ <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 && make install</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> |