comparison tool_dependencies.xml @ 1:a8d63d4be58f draft

Uploaded updated tool dependency definition.
author devteam
date Wed, 04 Dec 2013 12:35:29 -0500
parents 6b473a1dad73
children 185484bb566c
comparison
equal deleted inserted replaced
0:6b473a1dad73 1:a8d63d4be58f
6 <package name="libxslt" version="1.1.28"> 6 <package name="libxslt" version="1.1.28">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz</action> 9 <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 11 <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
12 <package name="libxml2" version="2.9.1" />
13 </repository>
12 </action> 14 </action>
13 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
14 <action type="shell_command">make &amp;&amp; make install</action> 16 <action type="shell_command">make &amp;&amp; make install</action>
15 <action type="set_environment"> 17 <action type="set_environment">
16 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 18 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>