comparison tool_dependencies.xml @ 13:4ac4a6244aa1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit d8c9384565aa9b4beaeb04348d41cb4c95547b92-dirty
author mvdbeek
date Fri, 09 Oct 2015 08:09:19 -0400
parents 12a8f73d4cf4
children 6e0b660a82e7
comparison
equal deleted inserted replaced
12:12a8f73d4cf4 13:4ac4a6244aa1
44 <action type="make_install" /> 44 <action type="make_install" />
45 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> 45 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. -->
46 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> 46 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action>
47 <action type="set_environment"> 47 <action type="set_environment">
48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
49 <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable> 49 <environment_variable action="set_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
50 <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 50 <environment_variable action="set_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
51 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 51 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
52 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 52 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
53 <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable> 53 <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable>
54 <environment_variable action="set_to" name="CAIRO_LIBS">-L$INSTALL_DIR/lib/cairo</environment_variable> 54 <environment_variable action="set_to" name="CAIRO_LIBS">-L$INSTALL_DIR/lib/cairo</environment_variable>
55 </action> 55 </action>