Mercurial > repos > devteam > emboss_5
annotate tool_dependencies.xml @ 4:ef50c68649b3
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
author | devteam |
---|---|
date | Wed, 19 Jun 2013 11:16:21 -0400 |
parents | 3e33c6853fb2 |
children | 6497bda10432 |
rev | line source |
---|---|
2 | 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> | |
4
ef50c68649b3
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
devteam
parents:
2
diff
changeset
|
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
2 | 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> | |
4
ef50c68649b3
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
devteam
parents:
2
diff
changeset
|
19 Compiling the Emboss binaries requires the X11 client libraries and header files. |
ef50c68649b3
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
devteam
parents:
2
diff
changeset
|
20 |
ef50c68649b3
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.
devteam
parents:
2
diff
changeset
|
21 These links provide information for building the Emboss package in most environments. |
2 | 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> | |
30 </tool_dependency> |