Mercurial > repos > devteam > package_fontconfig_2_11_1
changeset 0:608c22ecd24f draft
Imported from capsule None
author | devteam |
---|---|
date | Mon, 19 May 2014 12:33:00 -0400 |
parents | |
children | 87cfd0fbf172 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon May 19 12:33:00 2014 -0400 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="freetype" version="2.5.2"> + <repository changeset_revision="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://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="58782940c411" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> + <package name="freetype" version="2.5.2" /> + </repository> + </action> + <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR</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>