changeset 1:a9875324aa9a default tip

Updated set_environment_for_install action.
author Dave Bouvier <dave@bx.psu.edu>
date Wed, 04 Dec 2013 10:33:27 -0500
parents 68559f0e1feb
children
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 27 23:45:24 2013 -0500
+++ b/tool_dependencies.xml	Wed Dec 04 10:33:27 2013 -0500
@@ -11,8 +11,12 @@
           <actions>
               <action type="download_by_url">ftp://ftp.x.org/pub/individual/lib/libXau-1.0.8.tar.bz2</action>
                 <action type="set_environment_for_install">
-                  <repository changeset_revision="84a6fa565c7c" name="package_xorg_macros_1_17_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
-                    <repository changeset_revision="fd9ca3b78488" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+                  <repository changeset_revision="84a6fa565c7c" name="package_xorg_macros_1_17_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                      <package name="xorg_macros" version="1.17.1" />
+                  </repository>
+                    <repository changeset_revision="fd9ca3b78488" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                        <package name="libxproto" version="7.0.23" />
+                    </repository>
                 </action>
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>