Mercurial > repos > iuc > package_gnu_parallel_20131122
comparison tool_dependencies.xml @ 0:7c79c0f82c82 draft default tip
Uploaded
author | iuc |
---|---|
date | Wed, 04 Dec 2013 10:02:03 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7c79c0f82c82 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="gnu_parallel" version="20131122"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">ftp://ftp.gnu.org/gnu/parallel/parallel-20131122.tar.bz2</action> | |
7 <action type="autoconf" /> | |
8 <action type="set_environment"> | |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
10 </action> | |
11 </actions> | |
12 </install> | |
13 <readme> | |
14 Compiling GNU grep requires a C compiler. http://www.gnu.org/software/parallel/ | |
15 </readme> | |
16 </package> | |
17 </tool_dependency> |