# HG changeset patch # User iuc # Date 1440427184 14400 # Node ID 40f8ebe365e9b21fa4b0e9d1012e38d08fc05452 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_3 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d diff -r 000000000000 -r 40f8ebe365e9 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Aug 24 10:39:44 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 + + +