changeset 88:ddc6b00eb6bd draft

Uploaded
author bernhardlutz
date Wed, 22 Jan 2014 05:46:02 -0500
parents cf9f34d6307e
children 71e953a4191d
files tool_dependencies.xml
diffstat 1 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jan 22 05:46:02 2014 -0500
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<tool_dependency>
+     <package name="ncurses" version="5.9">
+        <repository changeset_revision="077c86c46a19" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="readline" version="6.2">
+        <install version="1.0">
+            <actions>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="077c86c46a19" 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="make_directory">$INSTALL_DIR</action>
+                <action type="shell_command">
+                    ./configure CPPFLAGS=-I$NCURSES_INCLUDE --prefix $INSTALL_DIR
+                </action>
+                <action type="shell_command">make SHLIB=-lncurses</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
+        www.gnu.org/software/readline
+        </readme>
+    </package>
+</tool_dependency>