Mercurial > repos > iuc > package_readline_6_2
view tool_dependencies.xml @ 5:db977b7abf06 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 22 Jan 2014 06:35:05 -0500 |
| parents | 23a0e04f8c35 |
| children | 0ab667067d19 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="ncurses" version="5.9"> <repository changeset_revision="a3ab08cc0aba" 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="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> <package name="ncurses" version="5.9" /> </repository> </action> <action type="shell_command"> ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR </action> <action type="shell_command">make SHLIB_LIBS=-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="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</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>
