comparison tool_dependencies.xml @ 0:ac64dfe4b1fb draft default tip

Imported from capsule None
author iuc
date Wed, 04 Jun 2014 10:14:37 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ac64dfe4b1fb
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="gnu_coreutils" version="8.22">
4 <install version="1.0">
5 <actions>
6 <!--
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz,
8 because tarfile did not understand LZMA compression
9 -->
10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</action>
11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
12 <action type="shell_command">make</action>
13 <action type="shell_command">make install</action>
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>