changeset 2:a65217367e4a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/legacy/package_freetype_2_5_2 commit b9c475e401d953823899cb67833ebef2a566b427
author devteam
date Tue, 01 Dec 2015 10:49:02 -0500
parents 58782940c411
children
files tool_dependencies.xml
diffstat 1 files changed, 13 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Mar 17 15:28:25 2014 -0400
+++ b/tool_dependencies.xml	Tue Dec 01 10:49:02 2015 -0500
@@ -1,22 +1,25 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="libpng" version="1.6.7">
-      <repository changeset_revision="db14a391648d" 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 changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
     <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>
+        <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 type="set_environment_for_install">
-                  <repository changeset_revision="db14a391648d" 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 changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <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="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/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>