comparison tool_dependencies.xml @ 1:76cc52f79dd4 draft

Uploaded
author bgruening
date Sat, 17 Jan 2015 08:14:39 -0500
parents 9d7c78256f01
children de2ac3ac8138
comparison
equal deleted inserted replaced
0:9d7c78256f01 1:76cc52f79dd4
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="sed" version="4.2.2-sandbox"> 3 <package name="gnu_sed" version="4.2.2-sandbox">
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/sed/sed-4.2.2.tar.gz</action> 6 <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
7 7
8 <!-- add sandbox feature from Assaf Gordon to disable critial functions. --> 8 <!-- add sandbox feature from Assaf Gordon to disable critial functions. -->
9 <action type="download_file">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action> 9 <action type="download_file">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
10 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action> 10 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
11 11 <action type="autoconf"></action>
12 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
13 <action type="shell_command">make</action>
14 <action type="shell_command">make install</action>
15 <action type="set_environment"> 12 <action type="set_environment">
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
17 </action> 14 </action>
18 </actions> 15 </actions>
19 </install> 16 </install>