# HG changeset patch # User iuc # Date 1437143729 14400 # Node ID 9ff7903354f22cac3ba2134a31eb9fec06efbc11 # Parent 3ec0c9e073da3975d510da0ab8ef5ae2b6adfda4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty diff -r 3ec0c9e073da -r 9ff7903354f2 tool_dependencies.xml --- a/tool_dependencies.xml Wed Oct 29 10:39:29 2014 -0400 +++ b/tool_dependencies.xml Fri Jul 17 10:35:29 2015 -0400 @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz - + @@ -24,19 +24,20 @@ $INSTALL_DIR/include $INSTALL_DIR $INSTALL_DIR/lib/pkgconfig + $INSTALL_DIR/bin Installs and complils libdg. - GD is an open source code library for the dynamic creation of images by programmers. - GD is written in C, and "wrappers" are available for Perl, PHP and other languages. - GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. - GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. + GD is an open source code library for the dynamic creation of images by programmers. + GD is written in C, and "wrappers" are available for Perl, PHP and other languages. + GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. + GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development. - + http://libgd.bitbucket.org/ - + LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set. LIBGD_ROOT_PATH will point to the root path of the installation.