# HG changeset patch # User iuc # Date 1448558248 18000 # Node ID 335417c1475e0cf0eaf859c2fef934f4ac162282 # Parent 5e1760c773ba9e7820b34ac78a457ed675d68628 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ncurses_5_9 commit 2f285c474770c3db074d64cf129c7c238c2e8db8 diff -r 5e1760c773ba -r 335417c1475e tool_dependencies.xml --- a/tool_dependencies.xml Sat Jul 26 09:42:35 2014 -0400 +++ b/tool_dependencies.xml Thu Nov 26 12:17:28 2015 -0500 @@ -2,24 +2,30 @@ - - http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz - - ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks - - make - make install + + + http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz + --with-shared --enable-symlinks + + + http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz + --with-shared --enable-symlinks --without-cxx --without-cxx-binding --without-ada --without-progs --without-curses-h --without-debug --enable-widec --enable-const --enable-ext-colors --enable-sigwinch --enable-wgetch-events + $INSTALL_DIR/include $INSTALL_DIR/lib/ $INSTALL_DIR $INSTALL_DIR/lib + $INSTALL_DIR/lib $INSTALL_DIR/lib $INSTALL_DIR/include $INSTALL_DIR/include - + - ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner + + ncurses (new curses) is a programming library that provides an API which allows the programmer + to write text-based user interfaces in a terminal-independent manner +