changeset 3:e249f51b2701 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:13:07 -0500
parents 84466a2a45e7
children 23a0e04f8c35
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 22 06:01:48 2014 -0500
+++ b/tool_dependencies.xml	Wed Jan 22 06:13:07 2014 -0500
@@ -6,12 +6,14 @@
     <package name="readline" version="6.2">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
+
                 <action type="set_environment_for_install">
                     <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
                         <package name="ncurses" version="5.9" />
                     </repository>
                 </action>
-                <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
+
                 <action type="shell_command">
                     ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR
                 </action>