comparison tool_dependencies.xml @ 0:9d7c78256f01 draft

initial uploaded
author bgruening
date Sat, 31 Aug 2013 05:38:46 -0400
parents
children 76cc52f79dd4
comparison
equal deleted inserted replaced
-1:000000000000 0:9d7c78256f01
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="sed" version="4.2.2-sandbox">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
7
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>
10 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
11
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">
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
17 </action>
18 </actions>
19 </install>
20 <readme>
21 Compiling GNU sed requires a C compiler and the GNU patch utility to add the --sandbox feature from Assaf Gordon.
22 </readme>
23 </package>
24 </tool_dependency>