source: general/genutils/iso-codes.xml@ 6cbd464

systemd-13485
Last change on this file since 6cbd464 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
RevLine 
[bbea0be]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[bbea0be]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[20f032af]7<!--
8<!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
9-->
[de6ff651]10 <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
[fdc00738]11 <!ENTITY iso-codes-download-ftp " ">
[d7bee48]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)">
[bbea0be]16]>
17
[c7e821f]18<sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;">
[bbea0be]19 <?dbhtml filename="iso-codes.html"?>
20
21 <sect1info>
[bccbdaea]22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
[bbea0be]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
[c627795]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>
[bbea0be]40
[d8aa38f0]41 &lfs79_checked;
[d7bee48]42<!-- Does not use gcc/g++ -->
43<!-- Will probably tag anyway -->
[214718a]44
[bbea0be]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[c627795]48 <para>
49 Download (HTTP): <ulink url="&iso-codes-download-http;"/>
50 </para>
[bbea0be]51 </listitem>
52 <listitem>
[c627795]53 <para>
54 Download (FTP): <ulink url="&iso-codes-download-ftp;"/>
55 </para>
[bbea0be]56 </listitem>
57 <listitem>
[c627795]58 <para>
59 Download MD5 sum: &iso-codes-md5sum;
60 </para>
[bbea0be]61 </listitem>
62 <listitem>
[c627795]63 <para>
64 Download size: &iso-codes-size;
65 </para>
[bbea0be]66 </listitem>
67 <listitem>
[c627795]68 <para>
69 Estimated disk space required: &iso-codes-buildsize;
70 </para>
[bbea0be]71 </listitem>
72 <listitem>
[c627795]73 <para>
74 Estimated build time: &iso-codes-time;
75 </para>
[bbea0be]76 </listitem>
77 </itemizedlist>
78
[709a696]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
[1039de3]86 <para condition="html" role="usernotes">User Notes:
[c627795]87 <ulink url="&blfs-wiki;/iso-codes"/>
88 </para>
[bbea0be]89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of ISO Codes</title>
93
[c627795]94 <para>
95 Install <application>ISO Codes</application> by running the following
96 commands:
97 </para>
[bbea0be]98
[c90d795]99<screen><userinput>./configure --prefix=/usr &amp;&amp;
[bbea0be]100make</userinput></screen>
101
[c627795]102 <para>
[aaed964]103 To test the results, issue: <command>make check</command>.
[c627795]104 </para>
[bbea0be]105
[c627795]106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
[bbea0be]109
[57b9d270]110<screen role="root"><userinput>make install</userinput></screen>
[bbea0be]111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
[c3c56b2]118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directory</segtitle>
[bbea0be]121
122 <seglistitem>
[c3c56b2]123 <seg>
124 None
125 </seg>
126 <seg>
127 None
128 </seg>
[c627795]129 <seg>
130 /usr/share/xml/iso-codes
131 </seg>
[bbea0be]132 </seglistitem>
133 </segmentedlist>
134
135 </sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.