# HG changeset patch
# User devteam
# Date 1371756114 14400
# Node ID 5edd293af09267837b58fbbed20d0b561644ed65
# Parent  6497bda10432bebf93d67c9f34d976998a48a350
Uploaded complex tool dependency on EMBOSS 5.0.0.

diff -r 6497bda10432 -r 5edd293af092 tool_dependencies.xml
--- a/tool_dependencies.xml	Wed Jun 19 12:18:12 2013 -0400
+++ b/tool_dependencies.xml	Thu Jun 20 15:21:54 2013 -0400
@@ -1,30 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="emboss" version="5.0.0">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">make install</action>
-            </actions>
-            <actions>
-                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">make install</action>
-            </actions>
-        </install>
-        <readme>
-Compiling the Emboss binaries requires the X11 client libraries and header files.
-
-These links provide information for building the Emboss package in most environments.
-
-System requirements
-http://emboss.sourceforge.net/download/#Requirements
-
-Platform-dependent notes
-http://emboss.sourceforge.net/download/#Platforms
-        </readme>
+        <repository changeset_revision="9fd501d0f295" name="package_emboss_5_0_0" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
 </tool_dependency>