|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="iconv" version="1.14">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz</action>
|
|
|
7
|
|
|
8 <action type="autoconf"/>
|
|
|
9
|
|
|
10 <action type="set_environment">
|
|
|
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
13 <environment_variable action="set_to" name="ICONV_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
|
14 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
15 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
16 </action>
|
|
|
17 </actions>
|
|
|
18 </install>
|
|
|
19 <readme>
|
|
|
20
|
|
|
21 This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
|
|
|
22
|
|
|
23 For historical reasons, international text is often encoded using a language or country dependent character encoding. With the advent of the internet and the frequent exchange of text across countries - even the viewing of a web page from a foreign country is a "text exchange" in this context -, conversions between these encodings have become important. They have also become a problem, because many characters which are present in one encoding are absent in many other encodings. To solve this mess, the Unicode encoding has been created. It is a super-encoding of all others and is therefore the default encoding for new text formats like XML.
|
|
|
24
|
|
|
25 Still, many computers still operate in locale with a traditional (limited) character encoding. Some programs, like mailers and web browsers, must be able to convert between a given text encoding and the user's encoding. Other programs internally store strings in Unicode, to facilitate internal processing, and need to convert between internal string representation (Unicode) and external string representation (a traditional encoding) when they are doing I/O. GNU libiconv is a conversion library for both kinds of applications.
|
|
|
26
|
|
|
27 Copyright (C) 1998, 2010 Free Software Foundation, Inc.
|
|
|
28
|
|
|
29 https://www.gnu.org/software/libiconv/
|
|
|
30
|
|
|
31 libiconv is licensed under the Gnu Public License http://www.gnu.org/licenses/gpl.html
|
|
|
32
|
|
|
33
|
|
|
34 </readme>
|
|
|
35 </package>
|
|
|
36 </tool_dependency>
|