0
|
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> |