source: general/genutils/iso-codes.xml@ 620dc60

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

Sync to trunk r17332

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

  • Property mode set to 100644
File size: 3.6 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 "a5ce7d78b80f6d29150883d892f2e185">
13 <!ENTITY iso-codes-size "3.3 MB">
14 <!ENTITY iso-codes-buildsize "78 MB">
15 <!ENTITY iso-codes-time "0.1 SBU (add 0.1 SBU for 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<!-- Does not use gcc/g++ -->
43<!-- Will probably tag anyway -->
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&iso-codes-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&iso-codes-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &iso-codes-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &iso-codes-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &iso-codes-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &iso-codes-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">iso-codes Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="python3"/> (required for the test suite)
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/iso-codes"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of ISO Codes</title>
93
94 <para>
95 Install <application>ISO Codes</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 None
128 </seg>
129 <seg>
130 /usr/share/xml/iso-codes
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.