changeset 3:9ff7903354f2 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libgd_2_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:35:29 -0400
parents 3ec0c9e073da
children
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <tool_dependency>
     <!-- TODO: Add more dependencies to support other image formats -->
     <package name="libpng" version="1.6.7">
-        <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="libgd" version="2.1.0">
         <install version="1.0">
@@ -10,7 +10,7 @@
                 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
 
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="f48b920cae1f" name="package_libpng_1_6_7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
                         <package name="libpng" version="1.6.7" />
                     </repository>
                 </action>
@@ -24,19 +24,20 @@
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>
         <readme>
             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.
         </readme>