Mercurial > repos > iuc > package_fontconfig_2_11_1
comparison tool_dependencies.xml @ 2:37b9109e489c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fontconfig_2_11_1 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
author | iuc |
---|---|
date | Tue, 22 Dec 2015 19:05:10 -0500 |
parents | 2ce32675340e |
children | 466900d2014a |
comparison
equal
deleted
inserted
replaced
1:2ce32675340e | 2:37b9109e489c |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="freetype" version="2.5.2"> | 3 <package name="freetype" version="2.5.2"> |
4 <repository changeset_revision="3b09e7916896" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="3b09e7916896" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="libxml2" version="2.9.1"> | 6 <package name="libxml2" version="2.9.1"> |
7 <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
8 </package> | 8 </package> |
9 <package name="fontconfig" version="2.11.1"> | 9 <package name="fontconfig" version="2.11.1"> |
10 <install version="1.0"> | 10 <install version="1.0"> |
11 <actions> | 11 <actions_group> |
12 <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action> | 12 <actions architecture="x86_64" os="linux"> |
13 <action type="set_environment_for_install"> | 13 <action sha256sum="b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d" type="download_by_url">https://depot.galaxyproject.org/software/fontconfig/fontconfig_2.11.1_src_all.tar.gz</action> |
14 <repository changeset_revision="3b09e7916896" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 14 <action type="set_environment_for_install"> |
15 <package name="freetype" version="2.5.2" /> | 15 <repository changeset_revision="3b09e7916896" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> |
16 </repository> | 16 <package name="freetype" version="2.5.2" /> |
17 <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | 17 </repository> |
18 <package name="libxml2" version="2.9.1" /> | 18 <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> |
19 </repository> | 19 <package name="libxml2" version="2.9.1" /> |
20 </repository> | |
20 </action> | 21 </action> |
21 <action type="autoconf">--disable-docs --enable-libxml2</action> | 22 <action type="autoconf">--disable-docs --enable-libxml2</action> |
22 <action type="set_environment"> | 23 </actions> |
24 <actions architecture="x86_64" os="darwin"> | |
25 <action sha256sum="b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d" type="download_by_url">https://depot.galaxyproject.org/software/fontconfig/fontconfig_2.11.1_src_all.tar.gz</action> | |
26 <action type="set_environment_for_install"> | |
27 <repository changeset_revision="3b09e7916896" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | |
28 <package name="freetype" version="2.5.2" /> | |
29 </repository> | |
30 <repository changeset_revision="e5475acebd6e" name="package_libxml2_2_9_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | |
31 <package name="libxml2" version="2.9.1" /> | |
32 </repository> | |
33 </action> | |
34 <action type="shell_command"> | |
35 | |
36 export FREETYPE_LIBS="-L$FREETYPE_LIB_PATH -lfreetype" && | |
37 export FREETYPE_CFLAGS="-I$FREETYPE_ROOT_DIR/include/freetype2" && | |
38 ./configure --prefix=$INSTALL_DIR --disable-docs && | |
39 make && | |
40 make install | |
41 | |
42 </action> | |
43 </actions> | |
44 <action type="set_environment"> | |
23 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR</environment_variable> | 45 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR</environment_variable> |
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 46 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
25 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> | 47 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> |
26 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 48 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> | 49 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> |
50 <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> | |
28 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable> | 51 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable> |
29 <environment_variable action="prepend_to" name="CPP_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable> | 52 <environment_variable action="prepend_to" name="CPP_INCLUDE_PATH">$INSTALL_DIR/include/</environment_variable> |
30 </action> | 53 </action> |
31 </actions> | 54 </actions_group> |
32 </install> | 55 </install> |
33 <readme> | 56 <readme> |
34 </readme> | 57 </readme> |
35 </package> | 58 </package> |
36 </tool_dependency> | 59 </tool_dependency> |