annotate tool_dependencies.xml @ 2:b17bbb1a41da draft

Uploaded
author iuc
date Tue, 05 Nov 2013 18:49:56 -0500
parents dcbab64c0429
children 016ad1de8f18
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1efb934d4600 Uploaded
iuc
parents:
diff changeset
1 <tool_dependency>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
2 <package name="libgd" version="2.1.0">
1efb934d4600 Uploaded
iuc
parents:
diff changeset
3 <install version="1.0">
1efb934d4600 Uploaded
iuc
parents:
diff changeset
4 <actions>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
5 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
1
dcbab64c0429 Uploaded
bgruening
parents: 0
diff changeset
6 <action type="autoconf" />
0
1efb934d4600 Uploaded
iuc
parents:
diff changeset
7 <action type="set_environment">
1efb934d4600 Uploaded
iuc
parents:
diff changeset
8 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
10 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
11 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
12 </action>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
13 </actions>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
14 </install>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
15 <readme>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
16 Installs and complils libdg.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
17 GD is an open source code library for the dynamic creation of images by programmers.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
18 GD is written in C, and "wrappers" are available for Perl, PHP and other languages.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
19 GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
20 GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
21 While not restricted to use on the web, the most common applications of GD involve website development.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
22
1efb934d4600 Uploaded
iuc
parents:
diff changeset
23 http://libgd.bitbucket.org/
1efb934d4600 Uploaded
iuc
parents:
diff changeset
24
1efb934d4600 Uploaded
iuc
parents:
diff changeset
25 LIBRARY_PATH, LD_LIBRARY_PATH and CPLUS_INCLUDE_PATH will be set.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
26 LIBGD_ROOT_PATH will point to the root path of the installation.
1efb934d4600 Uploaded
iuc
parents:
diff changeset
27 </readme>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
28 </package>
1efb934d4600 Uploaded
iuc
parents:
diff changeset
29 </tool_dependency>