Mercurial > repos > iuc > package_readline_6_3
comparison tool_dependencies.xml @ 2:de22495ddf2b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_3 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 14:21:39 -0500 |
| parents | caf1e20aac98 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:caf1e20aac98 | 2:de22495ddf2b |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="ncurses" version="6.0"> | 3 <package name="ncurses" version="6.0"> |
| 4 <repository changeset_revision="7fae9c4b2d10" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="bc016af62878" name="package_ncurses_6_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | 5 </package> |
| 6 <package name="readline" version="6.3"> | 6 <package name="readline" version="6.3"> |
| 7 <install version="1.0"> | 7 <install version="1.0"> |
| 8 <actions> | 8 <actions> |
| 9 <action sha256sum="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz</action> | 9 <action sha256sum="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz</action> |
| 10 | 10 |
| 11 <action type="set_environment_for_install"> | 11 <action type="set_environment_for_install"> |
| 12 <repository changeset_revision="7fae9c4b2d10" name="package_ncurses_6_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 12 <repository changeset_revision="bc016af62878" name="package_ncurses_6_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 13 <package name="ncurses" version="6.0" /> | 13 <package name="ncurses" version="6.0" /> |
| 14 </repository> | 14 </repository> |
| 15 </action> | 15 </action> |
| 16 | 16 |
| 17 <action type="shell_command"> | 17 <action type="shell_command"> |
| 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR | 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR |
| 19 </action> | 19 </action> |
| 20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action> | 20 <action type="make_install">SHLIB_LIBS=-lncurses</action> |
| 21 <action type="shell_command">make install</action> | |
| 22 <action type="set_environment"> | 21 <action type="set_environment"> |
| 23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 22 <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> | 23 <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> | 24 <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> | 25 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
