Mercurial > repos > devteam > package_libpng_1_6_7
comparison tool_dependencies.xml @ 0:51f77dcf27bd draft
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 11 Dec 2013 16:20:15 -0500 |
parents | |
children | 7c4a9189b712 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:51f77dcf27bd |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libpng" version="1.6.7"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/1.6.7/libpng-1.6.7.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make && make install</action> | |
9 <action type="set_environment"> | |
10 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> | |
11 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme /> | |
16 </package> | |
17 </tool_dependency> | |
18 |