changeset 0:1efb934d4600 draft

Uploaded
author iuc
date Fri, 01 Nov 2013 19:39:52 -0400
parents
children dcbab64c0429
files tool_dependencies.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Nov 01 19:39:52 2013 -0400
@@ -0,0 +1,30 @@
+<tool_dependency>
+    <package name="libgd" version="2.1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
+                <action type="shell_command">./bootstrap.sh</action>
+                <action type="make_install" />
+                <action type="set_environment">
+                    <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</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. 
+            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>
+    </package>
+</tool_dependency>