changeset 0:63bbde086e11 draft

Uploaded tool dependency tarball.
author devteam
date Tue, 20 Aug 2013 10:07:12 -0400
parents
children e28dc3aa1665
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Aug 20 10:07:12 2013 -0400
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="libgtextutils" version="0.6">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.tar.bz2</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make &amp;&amp; make install</action>
+                <action type="set_environment">
+                    <environment_variable name="GTEXTUTILS_CFLAGS" action="set_to">$INSTALL_DIR/include/gtextutils</environment_variable>
+                    <environment_variable name="GTEXTUTILS_LIBS" action="set_to">$INSTALL_DIR/lib -lgtextutils</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>