comparison tool_dependencies.xml @ 2:84466a2a45e7 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:01:48 -0500
parents 4e2cf7d7b185
children e249f51b2701
comparison
equal deleted inserted replaced
1:4e2cf7d7b185 2:84466a2a45e7
1 <?xml version="1.0"?>
1 <tool_dependency> 2 <tool_dependency>
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" />
5 </package>
2 <package name="readline" version="6.2"> 6 <package name="readline" version="6.2">
3 <install version="1.0"> 7 <install version="1.0">
4 <actions> 8 <actions>
9 <action type="set_environment_for_install">
10 <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
11 <package name="ncurses" version="5.9" />
12 </repository>
13 </action>
5 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action> 14 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
6 <action type="make_directory">$INSTALL_DIR</action> 15 <action type="shell_command">
7 <action type="autoconf" /> 16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR
17 </action>
18 <action type="shell_command">make SHLIB=-lncurses</action>
19 <action type="shell_command">make install</action>
8 <action type="set_environment"> 20 <action type="set_environment">
9 <environment_variable name="READLINE_INCLUDE_PATH" action="set_to">$INSTALL_DIR/include</environment_variable> 21 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
10 <environment_variable name="READLINE_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable> 22 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="READLINE_BIN_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable> 23 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 24 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
13 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 25 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
14 </action> 26 </action>
15 </actions> 27 </actions>
16 </install> 28 </install>
17 <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. 29 <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.
18 www.gnu.org/software/readline 30 www.gnu.org/software/readline