Mercurial > repos > devteam > package_fontconfig_2_11_1
annotate tool_dependencies.xml @ 3:db378a241d59 draft default tip
Uploaded updated tool dependency definition.
author | devteam |
---|---|
date | Wed, 04 Jun 2014 10:13:58 -0400 |
parents | 60dbff94df32 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
3 <package name="freetype" version="2.5.2"> |
0 | 4 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
5 </package> | |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
6 <package name="libxml2" version="2.9.1"> |
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
7 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
8 </package> |
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
9 <package name="fontconfig" version="2.11.1"> |
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
10 <install version="1.0"> |
0 | 11 <actions> |
12 <action type="download_by_url">http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.gz</action> | |
13 <action type="set_environment_for_install"> | |
14 <repository changeset_revision="34ebf47e4941" name="package_freetype_2_5_2" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
15 <package name="freetype" version="2.5.2" /> |
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
16 </repository> |
2 | 17 <repository changeset_revision="926b471a2e43" name="package_libxml2_2_9_1" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> |
18 <package name="libxml2" version="2.9.1" /> | |
19 </repository> | |
0 | 20 </action> |
3 | 21 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR --disable-docs --enable-libxml2</action> |
0 | 22 <action type="make_install" /> |
23 <action type="set_environment"> | |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
24 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> |
0 | 25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
26 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> | |
27 </action> | |
28 </actions> | |
29 </install> | |
30 <readme> | |
31 </readme> | |
32 </package> | |
33 </tool_dependency> |