comparison tool_dependencies.xml @ 5:db977b7abf06 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:35:05 -0500
parents 23a0e04f8c35
children 0ab667067d19
comparison
equal deleted inserted replaced
4:23a0e04f8c35 5:db977b7abf06
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ncurses" version="5.9"> 3 <package name="ncurses" version="5.9">
4 <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="readline" version="6.2"> 6 <package name="readline" version="6.2">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action> 9 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
10 10
11 <action type="set_environment_for_install"> 11 <action type="set_environment_for_install">
12 <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 12 <repository changeset_revision="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
13 <package name="ncurses" version="5.9" /> 13 <package name="ncurses" version="5.9" />
14 </repository> 14 </repository>
15 </action> 15 </action>
16 16
17 <action type="shell_command"> 17 <action type="shell_command">
18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
19 </action> 19 </action>
20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action> 20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action>
21 <action type="shell_command">make install</action> 21 <action type="shell_command">make install</action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>