changeset 2:185484bb566c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libxslt_1_1_28 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 18:44:10 -0500
parents a8d63d4be58f
children
files tool_dependencies.xml
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 04 12:35:29 2013 -0500
+++ b/tool_dependencies.xml	Fri Dec 18 18:44:10 2015 -0500
@@ -1,22 +1,26 @@
 <?xml version="1.0"?>
 <tool_dependency>
   <package name="libxml2" version="2.9.1">
-      <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+      <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="libxslt" version="1.1.28">
       <install version="1.0">
           <actions>
               <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz</action>
                 <action type="set_environment_for_install">
-                  <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
-                      <package name="libxml2" version="2.9.1" />
+                  <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                    <package name="libxml2" version="2.9.1" />
                   </repository>
                 </action>
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
                   <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                  <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                  <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                  <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                  <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions>
         </install>