comparison tool_dependencies.xml @ 1:5f6c9b57f32b draft default tip

Uploaded
author bgruening
date Sat, 31 Aug 2013 07:15:48 -0400
parents cacf2fc5097f
children
comparison
equal deleted inserted replaced
0:cacf2fc5097f 1:5f6c9b57f32b
5 <actions> 5 <actions>
6 <!-- 6 <!--
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz, 7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz,
8 because tarfile did not understand LZMA compression 8 because tarfile did not understand LZMA compression
9 --> 9 -->
10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.21.tar.gz</action> 10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.21.tar.bz2</action>
11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
12 <action type="shell_command">make</action> 12 <action type="shell_command">make</action>
13 <action type="shell_command">make install</action> 13 <action type="shell_command">make install</action>
14 <action type="set_environment"> 14 <action type="set_environment">
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>