comparison tool_dependencies.xml @ 0:ffbbf3a6cae1 draft

Uploaded
author iuc
date Tue, 27 Aug 2013 03:02:26 -0400
parents
children 4a4691c78042
comparison
equal deleted inserted replaced
-1:000000000000 0:ffbbf3a6cae1
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="gnu_sed" version="4.2.2-sandbox">
4 <install version="1.0">
5 <actions>
6 <action type="shell_command">git clone --recursive git://git.sv.gnu.org/sed.git</action>
7 <action type="shell_command">git reset --hard e16266897f646e193a9a1287658a1847d68f1e51</action>
8 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
9
10 <!-- add sandbox feature to disable critial functions. -->
11 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
12
13 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
14 <action type="shell_command">make</action>
15 <action type="shell_command">make install</action>
16 <action type="set_environment">
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
18 </action>
19 </actions>
20 </install>
21 <readme>
22 Compiling GNU sed requires a C compiler and the GNU patch utility.
23 </readme>
24 </package>
25 </tool_dependency>