Mercurial > repos > iuc > package_xz_5_0_5
annotate tool_dependencies.xml @ 10:c9d30f1de10a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_xz_5_0_5 commit b0c6a6ff929941487cfdb2a92101ed7264dd5232-dirty
author | iuc |
---|---|
date | Mon, 09 Nov 2015 07:07:38 -0500 |
parents | 5aba3f17c684 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libtool" version="2.4"> | |
2 | 4 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
1 | 6 <package name="xz" version="5.0.5"> |
0 | 7 <install version="1.0"> |
8 <actions> | |
10
c9d30f1de10a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_xz_5_0_5 commit b0c6a6ff929941487cfdb2a92101ed7264dd5232-dirty
iuc
parents:
9
diff
changeset
|
9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/xz/xz-5.0.5.tar.bz2</action> |
0 | 10 |
11 <!-- populate the environment variables from the dependend repos --> | |
12 <action type="set_environment_for_install"> | |
9
5aba3f17c684
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_xz_5_0_5 commit 9717bb9f90316f0a5297fbedb37d9d4293aee7ba-dirty
iuc
parents:
8
diff
changeset
|
13 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
0 | 14 <package name="bzlib" version="1.0.6" /> |
15 </repository> | |
16 </action> | |
17 | |
18 <action type="autoconf" /> | |
19 <action type="set_environment"> | |
20 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
21 <environment_variable action="set_to" name="XZ_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
22 <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> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme> | |
2 | 28 XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils were written for POSIX-like systems, |
29 but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils. | |
0 | 30 |
31 http://tukaani.org/xz/ | |
32 </readme> | |
33 </package> | |
34 </tool_dependency> |