source: general/genutils/iso-codes.xml@ fd4dbec

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fd4dbec was fd4dbec, checked in by Ken Moffat <ken@…>, 10 years ago

tags

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

  • Property mode set to 100644
File size: 3.3 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 "c73f0bdfaddbec22779b9fcae970fe85">
13 <!ENTITY iso-codes-size "3.5 MB">
14 <!ENTITY iso-codes-buildsize "107 MB">
15 <!ENTITY iso-codes-time "0.1 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>
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 &lfs75_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 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/iso-codes"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of ISO Codes</title>
84
85 <para>
86 Install <application>ISO Codes</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>
115 None
116 </seg>
117 <seg>
118 None
119 </seg>
120 <seg>
121 /usr/share/xml/iso-codes
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.