Mercurial > repos > devteam > emboss_5
comparison tool_dependencies.xml @ 6:a6aa7f3cbe7d draft
Uploaded updated tool dependency definition.
| author | devteam |
|---|---|
| date | Wed, 11 Dec 2013 16:26:30 -0500 |
| parents | c159a6ded912 |
| children | b810c96613ee |
comparison
equal
deleted
inserted
replaced
| 5:2cf967772a40 | 6:a6aa7f3cbe7d |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="emboss" version="5.0.0"> | 3 <package name="emboss" version="5.0.0"> |
| 4 <install version="1.0"> | 4 <repository changeset_revision="cf998ddc0542" name="package_emboss_5_0_0" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" /> |
| 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 --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 --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action> | |
| 14 <action type="shell_command">make</action> | |
| 15 <action type="shell_command">make install</action> | |
| 16 </actions> | |
| 17 </install> | |
| 18 <readme> | |
| 19 Compiling the Emboss binaries requires the X11 client libraries and header files. | |
| 20 | |
| 21 These links provide information for building the Emboss package in most environments. | |
| 22 | |
| 23 System requirements | |
| 24 http://emboss.sourceforge.net/download/#Requirements | |
| 25 | |
| 26 Platform-dependent notes | |
| 27 http://emboss.sourceforge.net/download/#Platforms | |
| 28 </readme> | |
| 29 </package> | 5 </package> |
| 30 </tool_dependency> | 6 </tool_dependency> |
