Mercurial > repos > iuc > package_readline_6_2
comparison tool_dependencies.xml @ 2:5313ca2fbce6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 44bebb8a97d64015cbba59f0663e2541035112b6
author | iuc |
---|---|
date | Thu, 06 Oct 2016 10:37:26 -0400 |
parents | 52d6f646b3b5 |
children |
comparison
equal
deleted
inserted
replaced
1:52d6f646b3b5 | 2:5313ca2fbce6 |
---|---|
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="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.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 sha256sum="79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381" type="download_by_url">https://depot.galaxyproject.org/software/readline/readline_6.2_src_all.tar.gz</action> |
10 <action type="set_environment_for_install"> | 10 <action type="set_environment_for_install"> |
11 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | 11 <repository changeset_revision="335ebf512407" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
12 <package name="ncurses" version="5.9" /> | 12 <package name="ncurses" version="5.9" /> |
13 </repository> | 13 </repository> |
14 </action> | 14 </action> |
15 <action type="shell_command"> | 15 <action type="shell_command"> |
16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR | 16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR |
17 </action> | 17 </action> |
18 <action type="shell_command">make SHLIB_LIBS=-lncurses</action> | 18 <action type="make_install">SHLIB_LIBS=-lncurses</action> |
19 <action type="shell_command">make install</action> | |
20 <action type="set_environment"> | 19 <action type="set_environment"> |
21 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 20 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
22 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 21 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | 23 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |