|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="ncurses" version="6.0">
|
|
|
4 <repository changeset_revision="15e2190c87ca" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="readline" version="6.3">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <action sha256sum="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" type="download_by_url">https://depot.galaxyproject.org/software/readline/readline_6.3_src_all.tar.gz</action>
|
|
|
10
|
|
|
11 <action type="set_environment_for_install">
|
|
|
12 <repository changeset_revision="15e2190c87ca" name="package_ncurses_6_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
13 <package name="ncurses" version="6.0" />
|
|
|
14 </repository>
|
|
|
15 </action>
|
|
|
16
|
|
|
17 <action type="shell_command">
|
|
|
18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
|
|
|
19 </action>
|
|
|
20 <action type="make_install">SHLIB_LIBS=-lncurses</action>
|
|
|
21 <action type="set_environment">
|
|
|
22 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
23 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
24 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
25 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
26 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
27 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
|
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable>
|
|
|
30 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
31 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
32 </action>
|
|
|
33 </actions>
|
|
|
34 </install>
|
|
|
35 <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.
|
|
|
36 www.gnu.org/software/readline
|
|
|
37 </readme>
|
|
|
38 </package>
|
|
|
39 </tool_dependency>
|