comparison tool_dependencies.xml @ 0:59eb331c1118 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_14_2 commit 876fc32b23d3b9c378ddbfbbba27d37d22576c85
author iuc
date Thu, 08 Oct 2015 16:50:54 -0400
parents
children 931dda69e1b0
comparison
equal deleted inserted replaced
-1:000000000000 0:59eb331c1118
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="pixman" version="0.32.6">
4 <repository changeset_revision="b67e27ea8bd3" name="package_pixman_0_32_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="libpng" version="1.6.7">
7 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="freetype" version="2.5.2">
10 <repository changeset_revision="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
11 </package>
12 <package name="fontconfig" version="2.11.1">
13 <repository changeset_revision="b20e4c53891e" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
14 </package>
15 <package name="cairo" version="1.14.2">
16 <install version="1.0">
17 <actions>
18 <action type="download_by_url">http://share.gruenings.eu/cairo-1.14.2.tar.bz2</action>
19 <action type="set_environment_for_install">
20 <repository changeset_revision="b67e27ea8bd3" name="package_pixman_0_32_6" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
21 <package name="pixman" version="0.32.6" />
22 </repository>
23 <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
24 <package name="libpng" version="1.6.7" />
25 </repository>
26 <repository changeset_revision="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
27 <package name="freetype" version="2.5.2" />
28 </repository>
29 <repository changeset_revision="b20e4c53891e" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
30 <package name="fontconfig" version="2.11.1" />
31 </repository>
32 </action>
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; \
35 ./configure --prefix=$INSTALL_DIR \
36 --disable-dependency-tracking \
37 --with-x=no \
38 --enable-xcb-shm=no \
39 --enable-xlib-xcb=no \
40 --enable-xcb=no \
41 --enable-xlib-xrender=no \
42 --enable-ft=yes \
43 --enable-svg=yes \
44 --enable-tee=yes
45 </action>
46 <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 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action>
49 <action type="set_environment">
50 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
51 <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
52 <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
53 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
54 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
55 </action>
56 </actions>
57 </install>
58 <readme>
59 </readme>
60 </package>
61 </tool_dependency>