Mercurial > repos > devteam > emboss_5
comparison tool_dependencies.xml @ 2:3e33c6853fb2
Added tool_dependencies.xml
author | greg <greg@bx.psu.edu> |
---|---|
date | Tue, 03 Jul 2012 14:31:50 -0400 |
parents | |
children | ef50c68649b3 |
comparison
equal
deleted
inserted
replaced
1:a74a91f0ca4a | 2:3e33c6853fb2 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="emboss" version="5.0.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz</action> | |
7 <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="shell_command">make install</action> | |
10 </actions> | |
11 <actions> | |
12 <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz</action> | |
13 <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action> | |
14 <action type="shell_command">make</action> | |
15 <action type="shell_command">make install</action> | |
16 </actions> | |
17 </install> | |
18 <readme> | |
19 These links provide information for building the Emboss package in most environments . | |
20 | |
21 System requirements | |
22 http://emboss.sourceforge.net/download/#Requirements | |
23 | |
24 Platform-dependent notes | |
25 http://emboss.sourceforge.net/download/#Platforms | |
26 </readme> | |
27 </package> | |
28 </tool_dependency> |