Mercurial > repos > boris > package_pixman_0_32_4
comparison tool_dependencies.xml @ 1:c4e889f09f8b draft
Uploaded
author | devteam |
---|---|
date | Tue, 04 Feb 2014 14:48:52 -0500 |
parents | 32b797e460d8 |
children | 7c1b724614eb |
comparison
equal
deleted
inserted
replaced
0:32b797e460d8 | 1:c4e889f09f8b |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
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" /> | |
5 </package> | |
3 <package name="pixman" version="0.32.4"> | 6 <package name="pixman" version="0.32.4"> |
4 <install version="1.0"> | 7 <install version="1.0"> |
5 <actions> | 8 <actions> |
6 <action type="download_by_url">http://cairographics.org/releases/pixman-0.32.4.tar.gz</action> | 9 <action type="download_by_url">http://cairographics.org/releases/pixman-0.32.4.tar.gz</action> |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | 10 <action type="set_environment_for_install"> |
8 <action type="make_install"></action> | 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> | |
14 </action> | |
15 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIBS" && ./configure --prefix=$INSTALL_DIR</action> | |
16 <action type="make_install" /> | |
9 <action type="set_environment"> | 17 <action type="set_environment"> |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
11 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 19 <environment_variable action="set_to" name="PIXMAN_LIBS">$INSTALL_DIR/lib</environment_variable> |
20 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
12 </action> | 21 </action> |
13 </actions> | 22 </actions> |
14 </install> | 23 </install> |
15 <readme></readme> | 24 <readme /> |
16 </package> | 25 </package> |
17 </tool_dependency> | 26 </tool_dependency> |