annotate tool_dependencies.xml @ 0:9d7c78256f01 draft

initial uploaded
author bgruening
date Sat, 31 Aug 2013 05:38:46 -0400
parents
children 76cc52f79dd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
1 <?xml version="1.0"?>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
2 <tool_dependency>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
3 <package name="sed" version="4.2.2-sandbox">
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
4 <install version="1.0">
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
5 <actions>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
6 <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
7
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
8 <!-- add sandbox feature from Assaf Gordon to disable critial functions. -->
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
9 <action type="download_file">https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
10 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
11
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
12 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
13 <action type="shell_command">make</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
14 <action type="shell_command">make install</action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
15 <action type="set_environment">
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
17 </action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
18 </actions>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
19 </install>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
20 <readme>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
21 Compiling GNU sed requires a C compiler and the GNU patch utility to add the --sandbox feature from Assaf Gordon.
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
22 </readme>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
23 </package>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
24 </tool_dependency>