Mercurial > repos > devteam > package_libgtextutils_0_6
view tool_dependencies.xml @ 2:3f8eeecabf16 draft default tip
Uploaded updated tool dependency recipe.
author | devteam |
---|---|
date | Tue, 24 Sep 2013 13:49:19 -0400 |
parents | e28dc3aa1665 |
children |
line wrap: on
line source
<?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>