comparison tool_dependencies.xml @ 4:b32452aa80dc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit 14ad28d11139bbc471e91d63d3db6a50d4db0748
author iuc
date Mon, 03 Aug 2015 16:44:57 -0400
parents e6939e49a36b
children
comparison
equal deleted inserted replaced
3:e6939e49a36b 4:b32452aa80dc
1 <tool_dependency> 1 <tool_dependency>
2 <package name="freetype" version="2.4.11"> 2 <package name="freetype" version="2.4.11">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action> 5 <action type="download_by_url" sha256sum="ef9d0bcb64647d9e5125dc7534d7ca371c98310fec87677c410f397f71ffbe3f">
6 http://download.savannah.gnu.org/releases/freetype/freetype-2.4.11.tar.bz2
7 </action>
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action> 8 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
7 <action type="shell_command">make</action> 9 <action type="shell_command">make</action>
8 <action type="shell_command">make install</action> 10 <action type="shell_command">make install</action>
9 <action type="set_environment"> 11 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>