Author: bdubbs Date: 2008-12-31 00:22:26 -0700 (Wed, 31 Dec 2008) New Revision: 7699
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/iso-codes.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to iso-codes-3.5. Modified: trunk/BOOK/general/genlib/iso-codes.xml =================================================================== --- trunk/BOOK/general/genlib/iso-codes.xml 2008-12-31 06:39:11 UTC (rev 7698) +++ trunk/BOOK/general/genlib/iso-codes.xml 2008-12-31 07:22:26 UTC (rev 7699) @@ -9,10 +9,10 @@ <!-- <!ENTITY iso-codes-download-http "&sources-anduin-http;/i/iso-codes_&iso-codes-version;.tar.gz"> --> <!ENTITY iso-codes-download-http " "> <!ENTITY iso-codes-download-ftp "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-&iso-codes-version;.tar.bz2"> - <!ENTITY iso-codes-md5sum "9326469ec0e9e97d604821bd3c132fc6"> - <!ENTITY iso-codes-size "6.1 MB"> - <!ENTITY iso-codes-buildsize "73 MB"> - <!ENTITY iso-codes-time "0.2 SBU"> + <!ENTITY iso-codes-md5sum "b11fe4878baf098cdbf28c417796d87e"> + <!ENTITY iso-codes-size "5.0 MB"> + <!ENTITY iso-codes-buildsize "60 MB"> + <!ENTITY iso-codes-time "0.1 SBU"> ]> <sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;"> @@ -81,22 +81,18 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>make install</userinput></screen> +<screen role="root"><userinput>make pkgconfigdir=/usr/lib/pkgconfig install</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> - is passed to the script and automatically added as a parameter to the - <command>configure</command> script.</para> + <para><option>pkgconfigdir=/usr/lib/pkgconfig</option>: This option + overrides the location of <filename>iso-codes.pc</filename> so that it + is placed in the common pkgconfig directory. </para> </sect2> - --> <sect2 role="content"> <title>Contents</title> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-31 06:39:11 UTC (rev 7698) +++ trunk/BOOK/general.ent 2008-12-31 07:22:26 UTC (rev 7699) @@ -121,7 +121,7 @@ <!ENTITY LZO-version "2.03"> <!ENTITY libusb-version "1.0.0"> <!ENTITY libusb-compat-version "0.1.0"> -<!ENTITY iso-codes-version "1.2"> +<!ENTITY iso-codes-version "3.5"> <!ENTITY gmime-version "2.2.10"> <!ENTITY libidn-version "0.6.14"> <!ENTITY dbus-glib-version "0.76"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-31 06:39:11 UTC (rev 7698) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-31 07:22:26 UTC (rev 7699) @@ -44,6 +44,9 @@ <para>December 31st, 2008</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to iso-codes-3.5.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to LZO-2.03.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
