Mercurial > repos > iuc > package_libgtextutils_0_7
diff tool_dependencies.xml @ 0:c63939f1d9a6 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libgtextutils_0_7 commit 231157132a50f5bc8f9d0c8151c4ddca86c97213-dirty
| author | iuc |
|---|---|
| date | Thu, 15 Sep 2016 07:08:10 -0400 |
| parents | |
| children | 2d79bb91fcea |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Sep 15 07:08:10 2016 -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" sha256sum="792e0ea3c96ffe3ad65617a104b7dc50684932bc96d2adab501c952fd65c3e4a">https://github.com/agordon/libgtextutils/releases/download/0.7/libgtextutils-0.7.tar.gz</action> + <!-- Some versions of GCC warn about a variable being set but not used, and fail due to -Werror --> + <action type="autoconf">--disable-wall</action> + <action type="set_environment"> + <environment_variable name="GTEXTUTILS_CFLAGS" action="set_to">-I $INSTALL_DIR/include/gtextutils</environment_variable> + <environment_variable name="GTEXTUTILS_LIBS" action="set_to">$INSTALL_DIR/lib/libgtextutils.a</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency>
