# HG changeset patch # User iuc # Date 1442845215 14400 # Node ID ca1a9400d4e17539a23806f8de6589958a4c7603 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_3 commit 1ddb71f5953e86441c06326980abd33168087e50 diff -r 000000000000 -r ca1a9400d4e1 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Sep 21 10:20:15 2015 -0400 @@ -0,0 +1,40 @@ + + + + + + + + + ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz + + + + + + + + + ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR + + make SHLIB_LIBS=-lncurses + make install + + $INSTALL_DIR/include + $INSTALL_DIR/include + $INSTALL_DIR/include + $INSTALL_DIR/lib + $INSTALL_DIR/bin + $INSTALL_DIR + $INSTALL_DIR/lib + $ENV[NCURSES_LIB_PATH] + $INSTALL_DIR/lib + $INSTALL_DIR/bin + + + + 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 + + +