|
0
|
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>
|
|
1
|
6 <action type="autoconf" />
|
|
0
|
7 <action type="set_environment">
|
|
|
8 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
|
|
|
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
|
|
|
10 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
|
|
|
11 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
|
12 </action>
|
|
|
13 </actions>
|
|
|
14 </install>
|
|
|
15 <readme>
|
|
|
16 Installs and complils libdg.
|
|
|
17 GD is an open source code library for the dynamic creation of images by programmers.
|
|
|
18 GD is written in C, and "wrappers" are available for Perl, PHP and other languages.
|
|
|
19 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats.
|
|
|
20 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly.
|
|
|
21 While not restricted to use on the web, the most common applications of GD involve website development.
|
|
|
22
|
|
|
23 http://libgd.bitbucket.org/
|
|
|
24
|
|
|
25 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
|
|
|
26 LIBGD_ROOT_PATH will point to the root path of the installation.
|
|
|
27 </readme>
|
|
|
28 </package>
|
|
|
29 </tool_dependency>
|