Mercurial > repos > iuc > package_libgd_2_1
annotate tool_dependencies.xml @ 11:88f469bfafbf draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit 37b7d29c0289e00c0b36f3523134880aa45ce26d
| author | iuc |
|---|---|
| date | Fri, 29 May 2015 15:23:33 -0400 |
| parents | dfaacc4bf896 |
| children |
| rev | line source |
|---|---|
| 3 | 1 <?xml version="1.0"?> |
| 0 | 2 <tool_dependency> |
| 3 | 3 <!-- TODO: Add more dependencies to support other image formats --> |
| 5 | 4 <package name="libpng" version="1.6.7"> |
| 6 | 5 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 3 | 6 </package> |
| 0 | 7 <package name="libgd" version="2.1.0"> |
| 8 <install version="1.0"> | |
| 9 <actions> | |
| 10 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> | |
| 3 | 11 |
| 12 <action type="set_environment_for_install"> | |
| 6 | 13 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 5 | 14 <package name="libpng" version="1.6.7" /> |
| 3 | 15 </repository> |
| 16 </action> | |
| 17 | |
| 4 | 18 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action> |
| 19 | |
| 0 | 20 <action type="set_environment"> |
| 3 | 21 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 22 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 6 | 24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 3 | 25 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> |
| 7 | 26 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
|
11
88f469bfafbf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit 37b7d29c0289e00c0b36f3523134880aa45ce26d
iuc
parents:
10
diff
changeset
|
27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 28 </action> |
| 29 </actions> | |
| 30 </install> | |
| 31 <readme> | |
| 32 Installs and complils libdg. | |
| 8 | 33 GD is an open source code library for the dynamic creation of images by programmers. |
| 34 GD is written in C, and "wrappers" are available for Perl, PHP and other languages. | |
| 35 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. | |
| 36 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. | |
| 0 | 37 While not restricted to use on the web, the most common applications of GD involve website development. |
| 8 | 38 |
| 0 | 39 http://libgd.bitbucket.org/ |
| 8 | 40 |
| 0 | 41 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set. |
| 42 LIBGD_ROOT_PATH will point to the root path of the installation. | |
| 43 </readme> | |
| 44 </package> | |
| 45 </tool_dependency> |
