comparison tool_dependencies.xml @ 0:ca1a9400d4e1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_3 commit 1ddb71f5953e86441c06326980abd33168087e50
author iuc
date Mon, 21 Sep 2015 10:20:15 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ca1a9400d4e1
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="ncurses" version="6.0">
4 <repository changeset_revision="c921f7ce9ca7" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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">ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz</action>
10
11 <action type="set_environment_for_install">
12 <repository changeset_revision="c921f7ce9ca7" name="package_ncurses_6_0" owner="iuc" toolshed="https://toolshed.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="shell_command">make SHLIB_LIBS=-lncurses</action>
21 <action type="shell_command">make install</action>
22 <action type="set_environment">
23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
25 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
26 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
27 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
28 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
30 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable>
31 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
32 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
33 </action>
34 </actions>
35 </install>
36 <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.
37 www.gnu.org/software/readline
38 </readme>
39 </package>
40 </tool_dependency>