Mercurial > repos > iuc > package_gnu_sed_4_2_2_sandbox
annotate tool_dependencies.xml @ 4:ae00df77b031 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit e8e971905f5fce11a99d51b1399af45288389d76
| author | iuc |
|---|---|
| date | Thu, 21 May 2015 22:43:21 -0400 |
| parents | 38931b6a3e0f |
| children | 719b6eba4064 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
|
4
ae00df77b031
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
3
diff
changeset
|
3 <package name="gnu_sed" version="4.2.2-sandbox"> |
| 0 | 4 <install version="1.0"> |
| 5 <actions> | |
| 1 | 6 <action type="download_by_url">http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz</action> |
| 0 | 7 |
| 1 | 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> | |
| 0 | 10 <action type="shell_command">patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch</action> |
|
4
ae00df77b031
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_sed_4_2_2_sandbox commit e8e971905f5fce11a99d51b1399af45288389d76
iuc
parents:
3
diff
changeset
|
11 <action type="autoconf"/> |
| 0 | 12 <action type="set_environment"> |
| 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 14 </action> | |
| 15 </actions> | |
| 16 </install> | |
| 17 <readme> | |
| 1 | 18 Compiling GNU sed requires a C compiler and the GNU patch utility to add the --sandbox feature from Assaf Gordon. |
| 0 | 19 </readme> |
| 20 </package> | |
| 21 </tool_dependency> |
