source: general/genlib/iso-codes.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was 0892407, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to ISO Codes-1.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6956 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Package Home Page: http://pkg-isocodes.alioth.debian.org -->
8
9 <!-- <!ENTITY iso-codes-download-http "&sources-anduin-http;/i/iso-codes_&iso-codes-version;.tar.gz"> -->
10 <!ENTITY iso-codes-download-http " ">
11 <!ENTITY iso-codes-download-ftp "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-&iso-codes-version;.tar.bz2">
12 <!ENTITY iso-codes-md5sum "9326469ec0e9e97d604821bd3c132fc6">
13 <!ENTITY iso-codes-size "6.1 MB">
14 <!ENTITY iso-codes-buildsize "73 MB">
15 <!ENTITY iso-codes-time "0.2 SBU">
16]>
17
18<sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;">
19 <?dbhtml filename="iso-codes.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>ISO Codes-&iso-codes-version;</title>
27
28 <indexterm zone="iso-codes">
29 <primary sortas="a-ISO-Codes">ISO Codes</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to ISO Codes</title>
34
35 <para>The <application>ISO Codes</application> package contains a list of
36 country, language and currency names. This is useful when used as a central
37 database for accessing this data.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&iso-codes-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&iso-codes-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &iso-codes-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &iso-codes-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &iso-codes-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &iso-codes-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="python"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/iso-codes"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of ISO Codes</title>
73
74 <para>Install <application>ISO Codes</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <!--
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <para><command>./autogen.sh</command>: This command is a shell script used
93 to generate the required Autotools files and then executes the
94 <command>configure</command> script. <parameter>- -prefix=/usr</parameter>
95 is passed to the script and automatically added as a parameter to the
96 <command>configure</command> script.</para>
97
98 </sect2>
99 -->
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>None</seg>
112 <seg>/usr/share/iso-codes, /usr/share/xml/iso-codes and
113 many directories in the /usr/share/locale hierarchy</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 </sect2>
118
119</sect1>
Note: See TracBrowser for help on using the repository browser.