# HG changeset patch # User devteam # Date 1380119631 14400 # Node ID b4a199104a6b137549f1005dbf7fa796a09ed328 Uploaded tool dependency definition. diff -r 000000000000 -r b4a199104a6b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Sep 25 10:33:51 2013 -0400 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libgtextutils" version="0.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://depot.galaxyproject.org/package/source/fastx_toolkit/libgtextutils-0.6.tar.bz2</action> + <!-- Some versions of GCC warn about a variable being set but not used, and fail due to -Werror --> + <action type="shell_command">./configure --prefix=$INSTALL_DIR --disable-wall</action> + <action type="shell_command">make && 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>