comparison tool_dependencies.xml @ 4:696336a3e1b2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_14_2 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
author iuc
date Sat, 10 Oct 2015 08:03:44 -0400
parents 53f61677843e
children 407f2b58e08a
comparison
equal deleted inserted replaced
3:53f61677843e 4:696336a3e1b2
29 <repository changeset_revision="204a8c713d82" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> 29 <repository changeset_revision="204a8c713d82" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
30 <package name="fontconfig" version="2.11.1" /> 30 <package name="fontconfig" version="2.11.1" />
31 </repository> 31 </repository>
32 </action> 32 </action>
33 <action type="shell_command"> 33 <action type="shell_command">
34 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \ 34 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp;
35 ./configure --prefix=$INSTALL_DIR \ 35 ./configure --prefix=$INSTALL_DIR \
36 --disable-dependency-tracking \ 36 --disable-dependency-tracking \
37 --with-x=no \ 37 --with-x=no \
38 --enable-xcb-shm=no \ 38 --enable-xcb-shm=no \
39 --enable-xlib-xcb=no \ 39 --enable-xlib-xcb=no \
40 --enable-xcb=no \ 40 --enable-xcb=no \
41 --enable-xlib-xrender=no \ 41 --enable-xlib-xrender=no \
42 --enable-ft=yes \ 42 --enable-ft=yes \
43 --enable-svg=yes \ 43 --enable-svg=yes \
44 --enable-tee=yes 44 --enable-tee=yes \
45 --enable-gtk-doc=no
45 </action> 46 </action>
46 <action type="make_install" /> 47 <action type="make_install" />
47 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> 48 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. -->
48 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> 49 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action>
49 <action type="set_environment"> 50 <action type="set_environment">