comparison tool_dependencies.xml @ 8:f0803253ba0b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 936ca4b4641eae2bdfa93885f35f5a9263f9dae1
author iuc
date Fri, 22 May 2015 22:44:08 -0400
parents d1c1470252b1
children 8d4b20e45bd1
comparison
equal deleted inserted replaced
7:d1c1470252b1 8:f0803253ba0b
22 </action> 22 </action>
23 23
24 <action type="autoconf" /> 24 <action type="autoconf" />
25 <action type="set_environment"> 25 <action type="set_environment">
26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
27 <environment_variable action="prepend_to" name="PKG_CONFIG_DIR">$INSTALL_DIR/lib/pkgconfig</environment_variable>
28 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
28 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable> 30 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable>
29 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 31 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
30 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 32 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
31 </action> 33 </action>