Mercurial > repos > iuc > package_xz_5_0_5
comparison tool_dependencies.xml @ 1:9c92f8d0575b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_xz_5_0_5 commit 025696892784ba9fd07404ce4d21f3dca4ac1a1e-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 14:20:42 -0400 |
parents | 0f72eb330da4 |
children | 944f93d45594 |
comparison
equal
deleted
inserted
replaced
0:0f72eb330da4 | 1:9c92f8d0575b |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="libtool" version="2.4"> | 3 <package name="libtool" version="2.4"> |
4 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="xz" version="5.0.5"> | 6 <package name="xz" version="5.0.5"> |
7 <install version="1.0"> | 7 <install version="1.0"> |
8 <actions> | 8 <actions> |
9 <action type="download_by_url">http://tukaani.org/xz/xz-5.0.5.tar.bz2</action> | 9 <action type="download_by_url">http://tukaani.org/xz/xz-5.0.5.tar.bz2</action> |
10 | |
10 <!-- populate the environment variables from the dependend repos --> | 11 <!-- populate the environment variables from the dependend repos --> |
11 <action type="set_environment_for_install"> | 12 <action type="set_environment_for_install"> |
12 <repository changeset_revision="a8d7180642fa" name="package_bzlib_1_0" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> | 13 <repository changeset_revision="c494aad769a8" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
13 <package name="bzlib" version="1.0.6" /> | 14 <package name="bzlib" version="1.0.6" /> |
14 </repository> | 15 </repository> |
15 </action> | 16 </action> |
17 | |
16 <action type="autoconf" /> | 18 <action type="autoconf" /> |
17 <action type="set_environment"> | 19 <action type="set_environment"> |
18 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | 20 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
19 <environment_variable action="set_to" name="XZ_ROOT_PATH">$INSTALL_DIR</environment_variable> | 21 <environment_variable action="set_to" name="XZ_ROOT_PATH">$INSTALL_DIR</environment_variable> |
20 <environment_variable action="prepend_to" name="C_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="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
22 </action> | 24 </action> |
23 </actions> | 25 </actions> |
24 </install> | 26 </install> |
25 <readme> | 27 <readme> |
26 XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, | 28 XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, |
27 but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils. | 29 but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils. |
28 | 30 |
29 http://tukaani.org/xz/ | 31 http://tukaani.org/xz/ |
30 </readme> | 32 </readme> |
31 </package> | 33 </package> |
32 </tool_dependency> | 34 </tool_dependency> |