Repository 'package_readline_6_2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_readline_6_2

Changeset 0:052e8df231ac (2013-08-11)
Next changeset 1:52d6f646b3b5 (2015-07-17)
Commit message:
initial upload
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 052e8df231ac tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Sun Aug 11 06:41:18 2013 -0400
b
@@ -0,0 +1,20 @@
+<tool_dependency>
+    <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="make_directory">$INSTALL_DIR</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
+                <action type="set_environment">
+                    <environment_variable name="READLINE_INCLUDE_PATH" action="set_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="READLINE_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="READLINE_BIN_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="PATH" action="append_to">$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>