Mercurial > repos > iuc > package_gnu_coreutils_8_21
annotate tool_dependencies.xml @ 2:fe60f392356d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_21 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 13:23:50 -0500 |
| parents | 83be2b421d3b |
| children | 7557fbad5303 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="gnu_coreutils" version="8.21"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <!-- | |
| 7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz, | |
| 8 because tarfile did not understand LZMA compression | |
| 9 --> | |
|
2
fe60f392356d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_21 commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
1
diff
changeset
|
10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.21.tar.bz2</action> |
|
fe60f392356d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_21 commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
1
diff
changeset
|
11 <action type="autoconf"/> |
| 0 | 12 <action type="set_environment"> |
| 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme> | |
| 18 Compiling GNU coreutils requires a C compiler. | |
| 19 </readme> | |
| 20 </package> | |
| 21 </tool_dependency> |
