changeset 1:31fd2a7bec9b draft default tip

Uploaded corrected tool dependency definition.
author devteam
date Mon, 24 Feb 2014 15:09:25 -0500
parents 768904da7334
children
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Dec 11 15:36:36 2013 -0500
+++ b/tool_dependencies.xml	Mon Feb 24 15:09:25 2014 -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="743289b9c605" name="package_xorg_macros_1_17_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
-                    <repository changeset_revision="6a512bc84b0d" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+                  <repository changeset_revision="743289b9c605" name="package_xorg_macros_1_17_1" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
+                    <package name="xorg_macros" version="1.17.1" />
+                    </repository>
+                    <repository changeset_revision="6a512bc84b0d" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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>