comparison tool_dependencies.xml @ 1:b52d7367319a draft

Uploaded
author devteam
date Tue, 04 Feb 2014 15:25:52 -0500
parents 261854cf7ae9
children f349e776ca59
comparison
equal deleted inserted replaced
0:261854cf7ae9 1:b52d7367319a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="libpng" version="1.6.7"> 3 <package name="libpng" version="1.6.7">
4 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="freetype" version="2.5.2"> 6 <package name="freetype" version="2.5.2">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.gz</action> 9 <action type="download_by_url">http://download.savannah.gnu.org/releases/freetype/freetype-2.5.2.tar.gz</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 11 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
12 <package name="libpng" version="1.6.7" />
13 </repository>
12 </action> 14 </action>
13 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 15 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIB_PATH &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
14 <action type="make_install" /> 16 <action type="make_install" />
15 <action type="set_environment"> 17 <action type="set_environment">
16 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 18 <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
17 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 20 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
18 </action> 21 </action>
19 </actions> 22 </actions>
20 </install> 23 </install>
21 <readme> 24 <readme>