changeset 7:77d40d53da67 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:20:07 -0500
parents 90e515a1abe2
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Aug 03 16:43:19 2015 -0400
+++ b/tool_dependencies.xml	Thu Nov 19 13:20:07 2015 -0500
@@ -5,9 +5,7 @@
                 <action type="download_by_url" sha256sum="ef9d0bcb64647d9e5125dc7534d7ca371c98310fec87677c410f397f71ffbe3f">
                     http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2
                 </action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
-                <action type="shell_command">make</action>
-                <action type="shell_command">make install</action>
+                <action type="autoconf">--prefix=$INSTALL_DIR/freetype/</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>
                     <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>