comparison tool_dependencies.xml @ 1:cbe9f1c8c98b draft

Uploaded
author bgruening
date Mon, 16 Sep 2013 10:37:00 -0400
parents 196065d1785d
children 440a5170003f
comparison
equal deleted inserted replaced
0:196065d1785d 1:cbe9f1c8c98b
3 <package name="gnu_awk" version="4.1.0"> 3 <package name="gnu_awk" version="4.1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> 6 <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make</action> 8 <action type="make_install" />
9 <action type="shell_command">make install</action>
10 <action type="set_environment"> 9 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
12 </action> 11 </action>
13 </actions> 12 </actions>
14 </install> 13 </install>