Mercurial > repos > iuc > package_libxslt_1_1_28
changeset 1:aee9e5c9ef2d draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Wed, 15 Jun 2016 08:07:05 -0400 |
| parents | b594d25ec277 |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Dec 21 05:45:11 2015 -0500 +++ b/tool_dependencies.xml Wed Jun 15 08:07:05 2016 -0400 @@ -1,25 +1,32 @@ <?xml version="1.0"?> <tool_dependency> <package name="libxml2" version="2.9.3"> - <repository changeset_revision="47936cf745d0" name="package_libxml2_2_9_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="0e56e92cb6fd" name="package_libxml2_2_9_3" owner="iuc" 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="47936cf745d0" name="package_libxml2_2_9_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="0e56e92cb6fd" name="package_libxml2_2_9_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="libxml2" version="2.9.3" /> </repository> </action> <action type="autoconf" /> <action type="set_environment"> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[PKG_CONFIG_PATH]</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + <environment_variable action="prepend_to" name="PATH">$ENV[PATH]</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$ENV[DYLD_LIBRARY_PATH]</environment_variable> <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[LIBRARY_PATH]</environment_variable> <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[C_INCLUDE_PATH]</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">$ENV[CPLUS_INCLUDE_PATH]</environment_variable> <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> </action> </actions>
