source: general/genlib/iso-codes.xml@ 8fc023d2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 8fc023d2 was d891d934, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Updated to iso-codes-3.5.

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

  • Property mode set to 100644
File size: 3.7 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 "b11fe4878baf098cdbf28c417796d87e">
13 <!ENTITY iso-codes-size "5.0 MB">
14 <!ENTITY iso-codes-buildsize "60 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>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 pkgconfigdir=/usr/lib/pkgconfig install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><option>pkgconfigdir=/usr/lib/pkgconfig</option>: This option
92 overrides the location of <filename>iso-codes.pc</filename> so that it
93 is placed in the common pkgconfig directory. </para>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>None</seg>
107 <seg>None</seg>
108 <seg>/usr/share/iso-codes, /usr/share/xml/iso-codes and
109 many directories in the /usr/share/locale hierarchy</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 </sect2>
114
115</sect1>
Note: See TracBrowser for help on using the repository browser.