comparison tool_dependencies.xml @ 5:b9630d50d100 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:41:22 -0400
parents e5a4ce9acfad
children 90e515a1abe2
comparison
equal deleted inserted replaced
4:e5a4ce9acfad 5:b9630d50d100
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">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action> 6 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="shell_command">make install</action> 8 <action type="shell_command">make install</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>
11 <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable> 11 <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
12 <environment_variable name="FREETYPE_ROOT" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="FREETYPE_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
13 <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable> 13 <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
14 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable> 14 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
15 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable> 15 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>