Mercurial > repos > mvdbeek > package_cairo_1_12_14
comparison tool_dependencies.xml @ 0:494e1a1c757a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit b07fb0cfe8300ce810ba76417deeda88680e828f-dirty
| author | mvdbeek |
|---|---|
| date | Thu, 08 Oct 2015 12:57:53 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:494e1a1c757a |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="pixman" version="0.32.6"> | |
| 4 <repository changeset_revision="2db67636b074" name="package_pixman_0_32_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="libpng" version="1.6.7"> | |
| 7 <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="freetype" version="2.5.2"> | |
| 10 <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 11 </package> | |
| 12 <package name="fontconfig" version="2.11.1"> | |
| 13 <repository changeset_revision="e1df54930f90" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.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="2db67636b074" name="package_pixman_0_32_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 21 <package name="pixman" version="0.32.6" /> | |
| 22 </repository> | |
| 23 <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 24 <package name="libpng" version="1.6.7" /> | |
| 25 </repository> | |
| 26 <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 27 <package name="freetype" version="2.5.2" /> | |
| 28 </repository> | |
| 29 <repository changeset_revision="e1df54930f90" 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" /> | |
| 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" && \ | |
| 35 ./configure --prefix=$INSTALL_DIR \ | |
| 36 --with-x=no \ | |
| 37 --enable-xcb-shm=no \ | |
| 38 --enable-xlib-xcb=no \ | |
| 39 --enable-xcb=no \ | |
| 40 --enable-xlib-xrender=no | |
| 41 --enable-svg=yes \ | |
| 42 --enable-tee=yes \ | |
| 43 --enable-gtk-doc-html=no | |
| 44 </action> | |
| 45 <action type="make_install" /> | |
| 46 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> | |
| 47 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> | |
| 48 <action type="set_environment"> | |
| 49 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 50 <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 51 <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 52 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 53 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 54 <environment_variable action="set_to" name="CAIRO_CFLAGS">$INSTALL_DIR/include/cairo</environment_variable> | |
| 55 </action> | |
| 56 </actions> | |
| 57 </install> | |
| 58 <readme> | |
| 59 </readme> | |
| 60 </package> | |
| 61 </tool_dependency> |
