comparison tool_dependencies.xml @ 7:649038d9380a draft

Uploaded
author iuc
date Wed, 22 Jan 2014 07:23:53 -0500
parents 0ab667067d19
children c3f0077ab320
comparison
equal deleted inserted replaced
6:0ab667067d19 7:649038d9380a
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="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="f62fa47b852d" 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="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 12 <repository changeset_revision="f62fa47b852d" 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">
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>
24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> 24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> 25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
26 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable> 26 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable>
29 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
27 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 30 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
28 </action> 31 </action>
29 </actions> 32 </actions>
30 </install> 33 </install>
31 <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. 34 <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.