changeset 1:2ce32675340e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fontconfig_2_11_1 commit a710f9e360c1ddb3d6a3f4c1c36a67b2a1465166
author iuc
date Thu, 03 Dec 2015 07:04:36 -0500
parents b20e4c53891e
children 37b9109e489c
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Sep 21 10:21:58 2015 -0400
+++ b/tool_dependencies.xml	Thu Dec 03 07:04:36 2015 -0500
@@ -1,29 +1,32 @@
 <?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" />
+      <repository changeset_revision="3b09e7916896" 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">
+    <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" &amp;&amp; ./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>
+                    <repository changeset_revision="3b09e7916896" 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="autoconf">--disable-docs --enable-libxml2</action>
+                        <action type="set_environment">
+                    <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR</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>
+                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable>
+                    <environment_variable action="prepend_to" name="CPP_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable>
                 </action>
             </actions>
         </install>