# HG changeset patch # User devteam # Date 1386796870 18000 # Node ID 3918b86c4f1f84a6df0645b5dcc26f0228ff0dcc Uploaded tool dependency definition. diff -r 000000000000 -r 3918b86c4f1f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 11 16:21:10 2013 -0500 @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libpng" version="1.6.7"> + <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libgd" version="2.1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.bz2</action> + <action type="set_environment_for_install"> + <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> + <package name="libpng" version="1.6.7" /> + </repository> + </action> + <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> + <action type="shell_command">make && make install</action> + <action type="set_environment"> + <environment_variable action="set_to" name="GD_ROOT">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + </action> + </actions> + </install> + <readme /> + </package> +</tool_dependency>