source: general/genutils/iso-codes.xml@ 37191af

systemd-13485
Last change on this file since 37191af was 37191af, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17270. Last round for the night.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17330 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 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<!--
8<!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
9-->
10 <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
11 <!ENTITY iso-codes-download-ftp " ">
12 <!ENTITY iso-codes-md5sum "8dbf901d2c90afd508ffbd99aed2c456">
13 <!ENTITY iso-codes-size "3.4 MB">
14 <!ENTITY iso-codes-buildsize "78 MB (with tests)">
15 <!ENTITY iso-codes-time "0.2 SBU (with tests)">
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>
36 The <application>ISO Codes</application> package contains a list of
37 country, language and currency names and it is used as a central
38 database for accessing this data.
39 </para>
40
41 &lfs79_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&iso-codes-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&iso-codes-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &iso-codes-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &iso-codes-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &iso-codes-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &iso-codes-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">iso-codes Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="python3"/> (required for the test suite)
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/iso-codes"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of ISO Codes</title>
91
92 <para>
93 Install <application>ISO Codes</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 /usr/share/xml/iso-codes
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.