comparison tool_dependencies.xml @ 1:039b04adcfee draft default tip

Uploaded
author devteam
date Tue, 25 Feb 2014 14:26:13 -0500
parents 00459f4204b8
children
comparison
equal deleted inserted replaced
0:00459f4204b8 1:039b04adcfee
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="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 11 <repository changeset_revision="3af7ad13a6fb" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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>