Mercurial > repos > iuc > package_gnu_coreutils_8_25
comparison tool_dependencies.xml @ 0:a177f177d42f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_25 commit f89eded5fc193e44837f7a62af46e07f198076a3
author | iuc |
---|---|
date | Tue, 01 Mar 2016 09:27:04 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a177f177d42f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="gnu_coreutils" version="8.25"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <!-- | |
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz, | |
8 because tarfile did not understand LZMA compression | |
9 --> | |
10 <action type="download_by_url" sha256sum="031a9842298864ed0d7ae87e008759465c8b4716ed4bf97d723fe8ced5145e94"> | |
11 https://depot.galaxyproject.org/software/coreutils/coreutils_8.25_src_all.tar.bz2 | |
12 </action> | |
13 <action type="autoconf"/> | |
14 <action type="set_environment"> | |
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
16 </action> | |
17 </actions> | |
18 </install> | |
19 <readme> | |
20 Compiling GNU coreutils requires a C compiler. | |
21 </readme> | |
22 </package> | |
23 </tool_dependency> |