Mercurial > repos > iuc > package_libgd_2_1
comparison tool_dependencies.xml @ 0:1efb934d4600 draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 01 Nov 2013 19:39:52 -0400 |
| parents | |
| children | dcbab64c0429 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1efb934d4600 |
|---|---|
| 1 <tool_dependency> | |
| 2 <package name="libgd" version="2.1.0"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 5 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> | |
| 6 <action type="shell_command">./bootstrap.sh</action> | |
| 7 <action type="make_install" /> | |
| 8 <action type="set_environment"> | |
| 9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
| 10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
| 11 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
| 12 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
| 13 </action> | |
| 14 </actions> | |
| 15 </install> | |
| 16 <readme> | |
| 17 Installs and complils libdg. | |
| 18 GD is an open source code library for the dynamic creation of images by programmers. | |
| 19 GD is written in C, and "wrappers" are available for Perl, PHP and other languages. | |
| 20 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. | |
| 21 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. | |
| 22 While not restricted to use on the web, the most common applications of GD involve website development. | |
| 23 | |
| 24 http://libgd.bitbucket.org/ | |
| 25 | |
| 26 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set. | |
| 27 LIBGD_ROOT_PATH will point to the root path of the installation. | |
| 28 </readme> | |
| 29 </package> | |
| 30 </tool_dependency> |
