changeset 4:3b09e7916896 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_5_2 commit be26d5871e25cedbc642669993e64439715c7a24
author iuc
date Wed, 11 Nov 2015 14:52:51 -0500
parents ee307f3ce5dc
children 8bce7b4c1d64
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Oct 09 08:13:16 2015 -0400
+++ b/tool_dependencies.xml	Wed Nov 11 14:52:51 2015 -0500
@@ -12,14 +12,14 @@
                         <package name="libpng" version="1.6.7" />
                     </repository>
                 </action>
-                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$LIBPNG_ROOT/lib" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
-                <action type="make_install" />
+                <action type="autoconf" />
                 <action type="set_environment">
                     <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/freetype/lib</environment_variable>
-                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/freetype/include</environment_variable>
-                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/freetype/include</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <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>
                 </action>
             </actions>