Mercurial > repos > iuc > package_readline_6_2
changeset 5:db977b7abf06 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 22 Jan 2014 06:35:05 -0500 |
| parents | 23a0e04f8c35 |
| children | 0ab667067d19 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 22 06:18:23 2014 -0500 +++ b/tool_dependencies.xml Wed Jan 22 06:35:05 2014 -0500 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <tool_dependency> <package name="ncurses" version="5.9"> - <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> + <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"> @@ -9,13 +9,13 @@ <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="d452343f7c91" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <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 --prefix $INSTALL_DIR + ./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>
