changeset 5:8bce7b4c1d64 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_5_2 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
author iuc
date Tue, 22 Dec 2015 19:05:15 -0500
parents 3b09e7916896
children 1e86d1cf79a4
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 11 14:52:51 2015 -0500
+++ b/tool_dependencies.xml	Tue Dec 22 19:05:15 2015 -0500
@@ -6,7 +6,7 @@
     <package name="freetype" version="2.5.2">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.gz</action>
+                <action sha256sum="376bc32bd907cb6f1a826a9c52627747b6d95259129df0f2c8faf99491168b55" type="download_by_url">https://depot.galaxyproject.org/software/freetype/freetype_2.5.2_src_all.tar.gz</action>
                 <action type="set_environment_for_install">
                     <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                         <package name="libpng" version="1.6.7" />
@@ -21,6 +21,7 @@
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/freetype2</environment_variable>
                     <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/freetype2</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="set_to" name="FREETYPE_ROOT_DIR">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>