Mercurial > repos > devteam > package_fontconfig_2_11_1
annotate tool_dependencies.xml @ 1:a7fab80df24c draft
Added a dependency on libxml2 and the configure flag to use it.
author | devteam |
---|---|
date | Mon, 19 May 2014 14:25:30 -0400 |
parents | 36d9971ad7bd |
children | 60dbff94df32 |
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> |
0 | 17 </action> |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
18 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$FREETYPE_LIB_PATH -L$FREETYPE_LIB_PATH" && ./configure --prefix=$INSTALL_DIR --enable-libxml2</action> |
0 | 19 <action type="make_install" /> |
20 <action type="set_environment"> | |
1
a7fab80df24c
Added a dependency on libxml2 and the configure flag to use it.
devteam
parents:
0
diff
changeset
|
21 <environment_variable action="set_to" name="FONTCONFIG_ROOT_PATH">$INSTALL_DIR/lib</environment_variable> |
0 | 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
23 <environment_variable action="set_to" name="FONTCONFIG_FILE">$INSTALL_DIR/etc/fonts/fonts.conf</environment_variable> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme> | |
28 </readme> | |
29 </package> | |
30 </tool_dependency> |