Mercurial > repos > iuc > package_fontconfig_2_11_1
changeset 0:b20e4c53891e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fontconfig_2_11_1 commit 1ddb71f5953e86441c06326980abd33168087e50
author | iuc |
---|---|
date | Mon, 21 Sep 2015 10:21:58 -0400 |
parents | |
children | 2ce32675340e |
files | tool_dependencies.xml |
diffstat | 1 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Sep 21 10:21:58 2015 -0400 @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="freetype" version="2.5.2"> + <repository changeset_revision="831c84793e0f" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libxml2" version="2.9.1"> + <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="fontconfig" version="2.11.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action> + <action type="set_environment_for_install"> + <repository changeset_revision="831c84793e0f" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="freetype" version="2.5.2" /> + </repository> + <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="libxml2" version="2.9.1" /> + </repository> + </action> + <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR --disable-docs --enable-libxml2</action> + <action type="make_install" /> + <action type="set_environment"> + <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency>