Mercurial > repos > iuc > package_libgd_2_1
comparison tool_dependencies.xml @ 3:016ad1de8f18 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 06 Nov 2013 00:49:32 -0500 |
| parents | b17bbb1a41da |
| children | 55e3d764c6c2 |
comparison
equal
deleted
inserted
replaced
| 2:b17bbb1a41da | 3:016ad1de8f18 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 1 <tool_dependency> | 2 <tool_dependency> |
| 3 <!-- TODO: Add more dependencies to support other image formats --> | |
| 4 <package name="libpng" version="1.2.5"> | |
| 5 <repository changeset_revision="a80a3062f066" name="package_libpng_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 6 </package> | |
| 2 <package name="libgd" version="2.1.0"> | 7 <package name="libgd" version="2.1.0"> |
| 3 <install version="1.0"> | 8 <install version="1.0"> |
| 4 <actions> | 9 <actions> |
| 5 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> | 10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> |
| 6 <action type="autoconf" /> | 11 |
| 12 <action type="set_environment_for_install"> | |
| 13 <repository changeset_revision="a80a3062f066" name="package_libpng_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 14 <package name="libpng" version="1.2.5" /> | |
| 15 </repository> | |
| 16 </action> | |
| 17 | |
| 18 <action type="shell_command">./configure --prefix=$INSTALL_DIR --with-png=$LIBPNG_ROOT_DIR; make ; make install </action> | |
| 7 <action type="set_environment"> | 19 <action type="set_environment"> |
| 8 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | 20 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | 21 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 10 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | 22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 11 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 23 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> |
| 12 </action> | 24 </action> |
| 13 </actions> | 25 </actions> |
| 14 </install> | 26 </install> |
| 15 <readme> | 27 <readme> |
| 16 Installs and complils libdg. | 28 Installs and complils libdg. |
