Mercurial > repos > boris > package_pixman_0_32_4
comparison tool_dependencies.xml @ 0:32b797e460d8 draft
Imported from capsule None
author | boris |
---|---|
date | Mon, 03 Feb 2014 11:17:31 -0500 |
parents | |
children | c4e889f09f8b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:32b797e460d8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="pixman" version="0.32.4"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <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> | |
8 <action type="make_install"></action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme></readme> | |
16 </package> | |
17 </tool_dependency> |