Updated to ISO Codes-0.58-1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6468 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-01-26 19:51:27 +00:00
parent 364bc5ba42
commit c90d795a6d
3 changed files with 13 additions and 7 deletions

View File

@ -117,7 +117,7 @@ $Date$
<!ENTITY gwrap-version "1.3.4">
<!ENTITY LZO-version "2.02">
<!ENTITY libusb-version "0.1.12">
<!ENTITY iso-codes-version "0.51-1.1">
<!ENTITY iso-codes-version "0.58-1">
<!ENTITY gmime-version "2.2.2">
<!ENTITY libidn-version "0.6.3">
<!-- <!ENTITY fam-version "2.7.0"> -->

View File

@ -6,10 +6,10 @@
<!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.tar.gz">
<!ENTITY iso-codes-download-ftp "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.tar.gz">
<!ENTITY iso-codes-md5sum "c094c957bd929c430e94dbc379cc2869">
<!ENTITY iso-codes-md5sum "05f90ad07a5169dd0faadf5ba0530497">
<!ENTITY iso-codes-size "8.8 MB">
<!ENTITY iso-codes-buildsize "60.1 MB">
<!ENTITY iso-codes-time "0.2 SBU">
<!ENTITY iso-codes-buildsize "59.4 MB">
<!ENTITY iso-codes-time "0.1 SBU">
]>
<sect1 id="iso-codes" xreflabel="iso-codes-&iso-codes-version;">
@ -71,7 +71,7 @@
<para>Install <application>ISO Codes</application> by running the following
commands:</para>
<screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -82,16 +82,18 @@ make</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>./autogen.sh</command>: This command is a shell script used
to generate the required Autotools files and then executes the
<command>configure</command> script. <parameter>--prefix=/usr</parameter>
<command>configure</command> script. <parameter>- -prefix=/usr</parameter>
is passed to the script and automatically added as a parameter to the
<command>configure</command> script.</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
@ -104,7 +106,8 @@ make</userinput></screen>
<seglistitem>
<seg>None</seg>
<seg>None</seg>
<seg>/usr/share/iso-codes and /usr/share/xml/iso-codes</seg>
<seg>/usr/share/iso-codes, /usr/share/xml/iso-codes and
many directories in the /usr/share/locale hierarchy</seg>
</seglistitem>
</segmentedlist>

View File

@ -44,6 +44,9 @@
<listitem>
<para>January 26th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to ISO Codes-0.58-1.</para>
</listitem>
<listitem>
<para>[randy] - Fixed Starlink download URLs in the PDL
instructions, fixed the Shadow download URLs.</para>