Mercurial > repos > devteam > package_libgd_2_1_0
comparison tool_dependencies.xml @ 0:3918b86c4f1f draft default tip
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 11 Dec 2013 16:21:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3918b86c4f1f |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="libpng" version="1.6.7"> | |
4 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="libgd" version="2.1.0"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.bz2</action> | |
10 <action type="set_environment_for_install"> | |
11 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" 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">./configure --prefix=$INSTALL_DIR</action> | |
16 <action type="shell_command">make && make install</action> | |
17 <action type="set_environment"> | |
18 <environment_variable action="set_to" name="GD_ROOT">$INSTALL_DIR</environment_variable> | |
19 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
20 </action> | |
21 </actions> | |
22 </install> | |
23 <readme /> | |
24 </package> | |
25 </tool_dependency> |