annotate tool_dependencies.xml @ 2:de2ac3ac8138 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
author iuc
date Tue, 31 May 2016 08:34:34 -0400
parents 76cc52f79dd4
children
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>
1
76cc52f79dd4 Uploaded
bgruening
parents: 0
diff changeset
3 <package name="gnu_sed" version="4.2.2-sandbox">
0
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
4 <install version="1.0">
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
5 <actions>
2
de2ac3ac8138 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
iuc
parents: 1
diff changeset
6 <action type="download_by_url" sha256sum="fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff">https://depot.galaxyproject.org/software/gnu_sed/gnu_sed_4.2.2.sandbox_src_all.tar.gz</action>
0
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. -->
2
de2ac3ac8138 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
iuc
parents: 1
diff changeset
9 <action type="download_file" sha256sum="b7d52cfc474cd5a4a0ce79db669f726de201ea4e98808dec6c22be3c3701b774">https://depot.galaxyproject.org/software/gnu_sed/gnu_sed_sandbox-2016-05-26.patch_src_all.patch</action>
de2ac3ac8138 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
iuc
parents: 1
diff changeset
10 <action type="shell_command">patch -p1 -i gnu_sed_sandbox-2016-05-26.patch_src_all.patch</action>
de2ac3ac8138 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit 5c34fced348e2decd100d87bdd1e258781b97c1d
iuc
parents: 1
diff changeset
11 <action type="autoconf" />
0
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
12 <action type="set_environment">
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
14 </action>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
15 </actions>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
16 </install>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
17 <readme>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
18 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
19 </readme>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
20 </package>
9d7c78256f01 initial uploaded
bgruening
parents:
diff changeset
21 </tool_dependency>