<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ssot</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ssot"/>
	<link rel="alternate" type="text/html" href="https://cblfs.clfs.org/Special:Contributions/Ssot"/>
	<updated>2026-04-12T15:46:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=ARts&amp;diff=18259</id>
		<title>ARts</title>
		<link rel="alternate" type="text/html" href="?title=ARts&amp;diff=18259"/>
		<updated>2009-04-25T20:48:26Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* 64Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| ftp://ftp.kde.org/pub/kde/stable/{{KDE-Version}}/src/arts-{{aRts-Version}}.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/arts/arts-{{aRts-Version}}-fix_mmx-1.patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Analog Realtime Synthesizer (aRts) enables the playing of multiple audio or video streams concurrently - be it on the desktop or over a network. ARts is a full-featured sound system and includes filters, a modular analog synthesizer, and a mixer. Its architecture allows developers to create additional filter plugins and users to apply sequences of filters using a graphical drag-n-drop approach. Video support is available for MPEG versions 1, 2 and 4 (experimental), as well as the AVI and DivX formats.&lt;br /&gt;
&lt;br /&gt;
ARts is a core component of the KDE 3 desktop environment and provides the basis for the [[KdeMultimedia]] package. However, it can also be used independently of KDE (i.e. doesn&#039;t use Qt or [[KdeLibs]] for most things).|http://www.kde.org}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[KDE Pre-Installation Configuration]]&lt;br /&gt;
* [[Qt3]]&lt;br /&gt;
* [[Glib2]]&lt;br /&gt;
=== Recommended ===&lt;br /&gt;
* [[libjpeg]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[libvorbis]]&lt;br /&gt;
* [[ALSA]]&lt;br /&gt;
* [[Audio File]]&lt;br /&gt;
* [[libmad]]&lt;br /&gt;
* [[EsounD]]&lt;br /&gt;
* [[NAS]]&lt;br /&gt;
* [[MAS]]&lt;br /&gt;
* [[JACK]]&lt;br /&gt;
&lt;br /&gt;
== Test Suite Note ==&lt;br /&gt;
&lt;br /&gt;
The test suite can be run with:&lt;br /&gt;
&lt;br /&gt;
 make check&lt;br /&gt;
&lt;br /&gt;
It compiles and runs correctly with GCC 4.1.1, but it apparently does not work properly with earlier GCC 4.x versions.&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
On x86_64, aRTS &#039;configure&#039; fails to detect if the hardware provides MMX, SSE, 3DNOW! or floating point to int conversion instructions. Apply the following patch to allow aRts to use multimedia instructions and hardware float to int conversions on your x86_64 machine:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../arts-{{aRts-Version}}-fix_mmx-1.patch&lt;br /&gt;
&lt;br /&gt;
Correct error with new linux-headers:&lt;br /&gt;
 sed -i &amp;quot;39i\#include &amp;lt;linux/limits.h&amp;gt;&amp;quot; mcop/mcoputils.cc&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=$KDE_PREFIX --disable-debug \&lt;br /&gt;
     --disable-dependency-tracking &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; USE_ARCH=32 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
     ./configure --prefix=$KDE_PREFIX --disable-debug --disable-dependency-tracking \&lt;br /&gt;
     --x-libraries=${XORG_PREFIX}/lib --with-qt-libraries=${QTDIR}/lib \&lt;br /&gt;
     --enable-libsuffix=none &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v ${KDE_PREFIX}/bin/artsc-config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; USE_ARCH=n32 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
     ./configure --prefix=$KDE_PREFIX --libdir=${KDE_PREFIX}/lib32 --disable-debug \&lt;br /&gt;
     --disable-dependency-tracking --x-libraries=${XORG_PREFIX}/lib32 --with-qt-libraries=${QTDIR}/lib32 \&lt;br /&gt;
     --enable-libsuffix=32 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v ${KDE_PREFIX}/bin/artsc-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
On x86_64, aRTS &#039;configure&#039; fails to detect if the hardware provides MMX, SSE, 3DNOW! or floating point to int conversion instructions. Apply the following patch to allow aRts to use multimedia instructions and hardware float to int conversions on your x86_64 machine:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../arts-{{aRts-Version}}-fix_mmx-1.patch&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; USE_ARCH=64 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
     ./configure --prefix=$KDE_PREFIX --libdir=${KDE_PREFIX}/lib64 --disable-debug \&lt;br /&gt;
     --disable-dependency-tracking --x-libraries=${XORG_PREFIX}/lib64 --with-qt-libraries=${QTDIR}/lib64 \&lt;br /&gt;
     --enable-libsuffix=64 --enable-final &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v ${KDE_PREFIX}/bin/artsc-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper ${KDE_PREFIX}/bin/artsc-config&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=PHP&amp;diff=18241</id>
		<title>PHP</title>
		<link rel="alternate" type="text/html" href="?title=PHP&amp;diff=18241"/>
		<updated>2009-04-20T22:26:20Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* Non-Multilib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://us2.php.net/get/php-{{PHP-Version}}.tar.bz2/from/us.php.net/mirror&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.|http://www.php.net/}}&lt;br /&gt;
&lt;br /&gt;
== Warning: ==&lt;br /&gt;
&lt;br /&gt;
The PHP Developer team means:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. For information on why, read the related FAQ entry on using Apache2 with a threaded MPM&amp;quot;[http://de.php.net/manual/en/faq.installation.php#faq.installation.apache2]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[libjpeg]]&lt;br /&gt;
* [[libmcrypt]]&lt;br /&gt;
* [[GDBM]]&lt;br /&gt;
* [[OpenSSL]]&lt;br /&gt;
* [[OpenLDAP]]&lt;br /&gt;
* [[MySQL]]&lt;br /&gt;
* [[GD]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
See the output of &#039;&#039;&#039;./configure --help&#039;&#039;&#039; for many more configuration options.&lt;br /&gt;
&lt;br /&gt;
If you use Apache 1 then you must use --with-apxs instead --with-apxs2&lt;br /&gt;
&lt;br /&gt;
If you want use Libmcrypt then you must add --with-mcrypt to the configure script &lt;br /&gt;
&lt;br /&gt;
{{Note|There are some reproducable problems with PHP on both x86 and x86_64 architecture when compiling with GCC4 and &#039;&#039;&#039;-O3&#039;&#039;&#039; optimization (see for example &amp;lt;nowiki&amp;gt;http://bugs.gentoo.org/show_bug.cgi?id=211611&amp;lt;/nowiki&amp;gt;, there are more).}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc/php \&lt;br /&gt;
     --libdir=/usr/lib --localstatedir=/var \&lt;br /&gt;
     --with-apxs2=/usr/sbin/apxs --with-mysql \&lt;br /&gt;
     --with-layout=GNU &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
 cp php.ini-recommended /etc/php/php.ini&lt;br /&gt;
&lt;br /&gt;
The install script changes your Apache configuration and adds the entry: &amp;quot;LoadModule php{{PHP-Version2}}_module   lib/apache/libphp{{PHP-Version2}}.so&amp;quot;.  But it forgets to set the mime application type. Open /etc/apache/httpd.conf and add following line in the &amp;lt;IfModule mime_module&amp;gt; section:&lt;br /&gt;
&lt;br /&gt;
 AddType application/x-httpd-php .php .phtml .php3 .htm .html&lt;br /&gt;
&lt;br /&gt;
When you want start a site with php-code, you must add:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;IfModule dir_module&amp;gt;&lt;br /&gt;
    DirectoryIndex index.html index.php index.php3 index.htm&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To test your PHP installation, try this:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /srv/www/htdocs/phptest.php &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 &amp;lt;html&amp;gt;&lt;br /&gt;
 &amp;lt;head&amp;gt;&lt;br /&gt;
 &amp;lt;title&amp;gt;PHP-Testpage&amp;lt;/title&amp;gt;&lt;br /&gt;
 &amp;lt;/head&amp;gt;&lt;br /&gt;
 &amp;lt;body&amp;gt;&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 phpinfo();&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
 &amp;lt;/body&amp;gt; &lt;br /&gt;
 &amp;lt;/html&amp;gt;&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
 /etc/rc.d/init.d/apache restart&lt;br /&gt;
 lynx localhost/phptest.php&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc/php --libdir=/usr/lib \&lt;br /&gt;
     --localstatedir=/var --with-apxs2=/usr/sbin/apxs --with-mysql \&lt;br /&gt;
     --with-layout=GNU &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/php-config{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 cp php.ini-recommended /etc/php/php.ini&lt;br /&gt;
&lt;br /&gt;
The installscript change your Apache config and add the entry: &amp;quot;LoadModule php{{PHP-Version2}}_module   lib/apache/libphp{{PHP-Version2}}.so&amp;quot;&lt;br /&gt;
But it forgets to set the mime applicationtype. So go to the /etc/apache/httpd.conf and add following line in the &amp;lt;IfModule mime_module&amp;gt; section:&lt;br /&gt;
&lt;br /&gt;
 AddType application/x-httpd-php .php .phtml .php3 .htm .html&lt;br /&gt;
&lt;br /&gt;
When you want start a site with php-code, you must add:&lt;br /&gt;
&lt;br /&gt;
 IfModule dir_module&amp;gt;&lt;br /&gt;
    DirectoryIndex index.html index.php index.php3 index.htm&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you build also a 64Bit PHP, you must:&lt;br /&gt;
 &lt;br /&gt;
 rm -f /etc/php/pear.conf&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; USE_ARCH=64 MYSQL_LIB_DIR=/usr/lib64 \&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc/php \&lt;br /&gt;
     --libdir=/usr/lib64 --localstatedir=/var \&lt;br /&gt;
     --with-apxs2=/usr/sbin/apxs --with-mysql \&lt;br /&gt;
     --with-layout=GNU &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
 mv -v /usr/bin/php-config{,-64}&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/php-config&lt;br /&gt;
 cp php.ini-recommended /etc/php/php.ini&lt;br /&gt;
&lt;br /&gt;
The installscript change your Apache config and add the entry: &amp;quot;LoadModule php{{PHP-Version2}}_module   lib64/apache/libphp{{PHP-Version2}}.so&amp;quot;&lt;br /&gt;
But it forgets to set the mime applicationtype. So go to the /etc/apache/httpd.conf and add the following line in the &amp;lt;IfModule mime_module&amp;gt; section:&lt;br /&gt;
&lt;br /&gt;
 AddType application/x-httpd-php .php .phtml .php3 .htm .html&lt;br /&gt;
&lt;br /&gt;
When you want start a site with php-code, you must add:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;IfModule dir_module&amp;gt;&lt;br /&gt;
    DirectoryIndex index.html index.php index.php3 index.htm&lt;br /&gt;
 &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|If you have a 32bit Apache then make sure you have the following in httpd.conf:&lt;br /&gt;
 LoadModule php{{PHP-Version2}}_module   lib/apache/libphp{{PHP-Version2}}.so&lt;br /&gt;
If you have a 64bit Apache then make sure you have the following in httpd.conf:&lt;br /&gt;
 LoadModule php{{PHP-Version2}}_module   lib64/apache/libphp{{PHP-Version2}}.so&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Template:Icewm-Version&amp;diff=18220</id>
		<title>Template:Icewm-Version</title>
		<link rel="alternate" type="text/html" href="?title=Template:Icewm-Version&amp;diff=18220"/>
		<updated>2009-04-19T10:56:03Z</updated>

		<summary type="html">&lt;p&gt;Ssot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1.2.37&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Icewm&amp;diff=18219</id>
		<title>Icewm</title>
		<link rel="alternate" type="text/html" href="?title=Icewm&amp;diff=18219"/>
		<updated>2009-04-19T10:52:37Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* Required */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://downloads.sourceforge.net/icewm/icewm-{{Icewm-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Blank-Package-Introduction}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[X Window System]]&lt;br /&gt;
* [[Imlib]] * It will build without if but looses much of it&#039;s functionality *&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --without-imlib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Install the documentation, if desired:&lt;br /&gt;
&lt;br /&gt;
 make install-docs&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This package does not install any libraries so only one installation is needed.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --without-imlib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; USE_ARCH=n32 \&lt;br /&gt;
 ./configure --prefix=/usr --without-imlib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 ./configure --prefix=/usr --without-imlib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Install the documentation, if desired:&lt;br /&gt;
&lt;br /&gt;
 make install-docs&lt;br /&gt;
&lt;br /&gt;
== Configuring Icewm ==&lt;br /&gt;
&lt;br /&gt;
 The default settings are in /etc/icewm-preferences.  Copy this to ~/.icewm/preferences and edit as you please.&lt;br /&gt;
&lt;br /&gt;
[[Category:Window Managers]]&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Thunderbird&amp;diff=13778</id>
		<title>Thunderbird</title>
		<link rel="alternate" type="text/html" href="?title=Thunderbird&amp;diff=13778"/>
		<updated>2008-03-30T11:52:32Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* 64Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/{{Thunderbird-Version}}/source/thunderbird-{{Thunderbird-Version}}-source.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Thunderbird is a stand-alone mail/news client based on the Mozilla codebase.|http://www.mozilla.com/en-US/thunderbird/}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Gtk2]]&lt;br /&gt;
* [[libIDL]]&lt;br /&gt;
* [[Zip]]&lt;br /&gt;
=== Recommended ===&lt;br /&gt;
* [[NSS]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Unzip]]&lt;br /&gt;
* [[libgnomeui]]&lt;br /&gt;
* [[OpenLDAP]]&lt;br /&gt;
&lt;br /&gt;
{{Mozilla-mozconfig-base|mail|thunderbird-{{Thunderbird-Version}}}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install &amp;amp;&amp;amp;&lt;br /&gt;
 install -m644 -v obj-${MACHTYPE}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/defaults/isp&lt;br /&gt;
&lt;br /&gt;
=== 50-thunderbird.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for Thunderbird with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-thunderbird.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/thunderbird-{{Thunderbird-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}/opt/thunderbird-{{Thunderbird-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
The order that the builds are displayed on this page isn&#039;t neccesarily the order that you install them in. If you would like a 32bit browser but still require the 64bit libraries for other packages build the 32bit version last.&lt;br /&gt;
&lt;br /&gt;
Remember, Use a clean source and build directory for each build, Thunderbird is no exception.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 32bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD32}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot;&lt;br /&gt;
 export USE_ARCH=32&lt;br /&gt;
 ac_add_options --host=$CLFS_TARGET32&lt;br /&gt;
 ac_add_options --build=$CLFS_TARGET32&lt;br /&gt;
 mk_add_options CONFIG_GUESS=$CLFS_TARGET32&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
==== x86 ====&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 install&lt;br /&gt;
&lt;br /&gt;
==== Common ====&lt;br /&gt;
&lt;br /&gt;
 install -d -v -m755 /opt/thunderbird-2.0.0.12/lib/thunderbird-2.0.0.12/defaults/isp&lt;br /&gt;
 install -m644 -v obj-${CLFS_TARGET32}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/defaults/isp&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-32 /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-bin /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/thunderbird-32-bin &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 64bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 ac_add_options --libdir=/opt/thunderbird-{{Thunderbird-Version}}/lib64&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD64}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot;&lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib64 -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install &amp;amp;&amp;amp;&lt;br /&gt;
 install -d -v -m755 /opt/thunderbird-2.0.0.12/lib64/thunderbird-2.0.0.12/defaults/isp&lt;br /&gt;
 install -m644 -v obj-${MACHTYPE}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib64/thunderbird-{{Thunderbird-Version}}/defaults/isp &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-64 /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-bin /opt/thunderbird-{{Thunderbird-Version}}/lib64/thunderbird-{{Thunderbird-Version}}/thunderbird-64-bin &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config&lt;br /&gt;
&lt;br /&gt;
=== 50-thunderbird.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for Thunderbird with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-thunderbird.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/thunderbird-{{Thunderbird-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH32=&amp;quot;${PKG_CONFIG_PATH32}${PKG_CONFIG_PATH32+:}/opt/thunderbird-{{Thunderbird-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATHN32=&amp;quot;${PKG_CONFIG_PATHN32}${PKG_CONFIG_PATHN32+:}/opt/thunderbird-{{Thunderbird-Version}}/lib32/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH64=&amp;quot;${PKG_CONFIG_PATH64}${PKG_CONFIG_PATH64+:}/opt/thunderbird-{{Thunderbird-Version}}/lib64/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
= Creating the Desktop File =&lt;br /&gt;
&lt;br /&gt;
Since Thunderbird does not provide a desktop file by default below is an example one:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /usr/share/applications/thunderbird.desktop &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Encoding=UTF-8&lt;br /&gt;
 Name=Mozilla Thunderbird Mail Client&lt;br /&gt;
 Comment=Lightweight Mail Client Based on Mozilla&lt;br /&gt;
 Exec=thunderbird&lt;br /&gt;
 Icon=thunderbird.png&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 Type=Application&lt;br /&gt;
 Categories=Application;Network;&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Grab the Thunderbird pixmap from http://cross-lfs.org/~jciccone/thunderbird.png and put it in /usr/share/pixmaps.&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Thunderbird&amp;diff=13777</id>
		<title>Thunderbird</title>
		<link rel="alternate" type="text/html" href="?title=Thunderbird&amp;diff=13777"/>
		<updated>2008-03-30T11:50:04Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* Common */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/{{Thunderbird-Version}}/source/thunderbird-{{Thunderbird-Version}}-source.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Thunderbird is a stand-alone mail/news client based on the Mozilla codebase.|http://www.mozilla.com/en-US/thunderbird/}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Gtk2]]&lt;br /&gt;
* [[libIDL]]&lt;br /&gt;
* [[Zip]]&lt;br /&gt;
=== Recommended ===&lt;br /&gt;
* [[NSS]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Unzip]]&lt;br /&gt;
* [[libgnomeui]]&lt;br /&gt;
* [[OpenLDAP]]&lt;br /&gt;
&lt;br /&gt;
{{Mozilla-mozconfig-base|mail|thunderbird-{{Thunderbird-Version}}}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install &amp;amp;&amp;amp;&lt;br /&gt;
 install -m644 -v obj-${MACHTYPE}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/defaults/isp&lt;br /&gt;
&lt;br /&gt;
=== 50-thunderbird.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for Thunderbird with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-thunderbird.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/thunderbird-{{Thunderbird-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}/opt/thunderbird-{{Thunderbird-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
The order that the builds are displayed on this page isn&#039;t neccesarily the order that you install them in. If you would like a 32bit browser but still require the 64bit libraries for other packages build the 32bit version last.&lt;br /&gt;
&lt;br /&gt;
Remember, Use a clean source and build directory for each build, Thunderbird is no exception.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 32bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD32}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot;&lt;br /&gt;
 export USE_ARCH=32&lt;br /&gt;
 ac_add_options --host=$CLFS_TARGET32&lt;br /&gt;
 ac_add_options --build=$CLFS_TARGET32&lt;br /&gt;
 mk_add_options CONFIG_GUESS=$CLFS_TARGET32&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
==== x86 ====&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 install&lt;br /&gt;
&lt;br /&gt;
==== Common ====&lt;br /&gt;
&lt;br /&gt;
 install -d -v -m755 /opt/thunderbird-2.0.0.12/lib/thunderbird-2.0.0.12/defaults/isp&lt;br /&gt;
 install -m644 -v obj-${CLFS_TARGET32}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/defaults/isp&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-32 /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-bin /opt/thunderbird-{{Thunderbird-Version}}/lib/thunderbird-{{Thunderbird-Version}}/thunderbird-32-bin &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 64bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 ac_add_options --libdir=/opt/thunderbird-{{Thunderbird-Version}}/lib64&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD64}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot;&lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:@MOZ_GTK2_LIBS@:&amp;amp; -L${XORG_PREFIX}/lib64 -lX11 -lXrender:g&amp;quot; config/autoconf.mk.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install &amp;amp;&amp;amp;&lt;br /&gt;
 install -m644 -v obj-${MACHTYPE}/dist/bin/isp/*.rdf /opt/thunderbird-{{Thunderbird-Version}}/lib64/thunderbird-{{Thunderbird-Version}}/defaults/isp &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-64 /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv thunderbird-bin /opt/thunderbird-{{Thunderbird-Version}}/lib64/thunderbird-{{Thunderbird-Version}}/thunderbird-64-bin &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper /opt/thunderbird-{{Thunderbird-Version}}/bin/thunderbird-config&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 50-thunderbird.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for Thunderbird with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-thunderbird.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/thunderbird-{{Thunderbird-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH32=&amp;quot;${PKG_CONFIG_PATH32}${PKG_CONFIG_PATH32+:}/opt/thunderbird-{{Thunderbird-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATHN32=&amp;quot;${PKG_CONFIG_PATHN32}${PKG_CONFIG_PATHN32+:}/opt/thunderbird-{{Thunderbird-Version}}/lib32/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH64=&amp;quot;${PKG_CONFIG_PATH64}${PKG_CONFIG_PATH64+:}/opt/thunderbird-{{Thunderbird-Version}}/lib64/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-thunderbird.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
= Creating the Desktop File =&lt;br /&gt;
&lt;br /&gt;
Since Thunderbird does not provide a desktop file by default below is an example one:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /usr/share/applications/thunderbird.desktop &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Encoding=UTF-8&lt;br /&gt;
 Name=Mozilla Thunderbird Mail Client&lt;br /&gt;
 Comment=Lightweight Mail Client Based on Mozilla&lt;br /&gt;
 Exec=thunderbird&lt;br /&gt;
 Icon=thunderbird.png&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 Type=Application&lt;br /&gt;
 Categories=Application;Network;&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Grab the Thunderbird pixmap from http://cross-lfs.org/~jciccone/thunderbird.png and put it in /usr/share/pixmaps.&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Sip&amp;diff=12548</id>
		<title>Sip</title>
		<link rel="alternate" type="text/html" href="?title=Sip&amp;diff=12548"/>
		<updated>2008-01-05T14:16:33Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* 64Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://www.riverbankcomputing.com/Downloads/sip{{Sip-Version2}}/sip-{{Sip-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Blank-Package-Introduction}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Python]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 USE_ARCH=32 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:/lib:&amp;amp;32:g&amp;quot; configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 USE_ARCH=n32 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
For 64-bit -d should be passed as an argument to configure.py. &lt;br /&gt;
List available options, with: python configure.py -h&lt;br /&gt;
&lt;br /&gt;
 Does not work ==sed -i &amp;quot;s:/lib:&amp;amp;64:g&amp;quot; configure.py &amp;amp;&amp;amp;==&lt;br /&gt;
 &lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 python configure.py -d /usr/lib64/python2.5/site-packages&lt;br /&gt;
 &lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Directories:&lt;br /&gt;
|None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|sip&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|/usr/lib/python{{Python-Version2}}/site-packages/sip.so&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Sip&amp;diff=12547</id>
		<title>Sip</title>
		<link rel="alternate" type="text/html" href="?title=Sip&amp;diff=12547"/>
		<updated>2008-01-05T14:13:47Z</updated>

		<summary type="html">&lt;p&gt;Ssot: /* 64Bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://www.riverbankcomputing.com/Downloads/sip{{Sip-Version2}}/sip-{{Sip-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Blank-Package-Introduction}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Python]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 USE_ARCH=32 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s:/lib:&amp;amp;32:g&amp;quot; configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 USE_ARCH=n32 python configure.py &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 Does not work ==sed -i &amp;quot;s:/lib:&amp;amp;64:g&amp;quot; configure.py &amp;amp;&amp;amp;==&lt;br /&gt;
 &lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 python configure.py -d /usr/lib64/python2.5/site-packages&lt;br /&gt;
 &lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; LINK=&#039;$(CXX)&#039;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Directories:&lt;br /&gt;
|None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|sip&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|/usr/lib/python{{Python-Version2}}/site-packages/sip.so&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=GCC-3.3&amp;diff=8400</id>
		<title>GCC-3.3</title>
		<link rel="alternate" type="text/html" href="?title=GCC-3.3&amp;diff=8400"/>
		<updated>2007-03-24T16:51:31Z</updated>

		<summary type="html">&lt;p&gt;Ssot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://ftp.gnu.org/gnu/gcc/gcc-{{GCC-3.3-Version}}/gcc-{{GCC-3.3-Version}}.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/gcc/gcc-{{GCC-3.3-Version}}-no_fixincludes-1.patch&lt;br /&gt;
|-&lt;br /&gt;
!Download Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/gcc/gcc-{{GCC-3.3-Version}}-linkonce-1.patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Introduction to GCC-3.3 ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Package Description Needed&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional (Testsuite) ===&lt;br /&gt;
* [[DejaGnu]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../gcc-{{GCC-3.3-Version}}-no_fixincludes-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../gcc-{{GCC-3.3-Version}}-linkonce-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;s/install_to_$(INSTALL_DEST) //&#039; libiberty/Makefile.in &amp;amp;&amp;amp;&lt;br /&gt;
 mkdir ../gcc-build &amp;amp;&amp;amp;&lt;br /&gt;
 cd ../gcc-build &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}/configure --prefix=/opt/gcc-{{GCC-3.3-Version}} \&lt;br /&gt;
     --enable-threads=posix --disable-multilib \&lt;br /&gt;
     --enable-shared --enable-languages=c,c++ &amp;amp;&amp;amp;&lt;br /&gt;
 make bootstrap&lt;br /&gt;
&lt;br /&gt;
If desired, run the test suite using the following commands:&lt;br /&gt;
&lt;br /&gt;
 make -k check &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}contrib/test_summary &amp;gt;test_summary.log 2&amp;gt;&amp;amp;1 &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}/contrib/test_summary | \&lt;br /&gt;
     grep -A7 Summ &amp;gt;test_summary_short.log 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
=== Installing libstdc++ Only ===&lt;br /&gt;
&lt;br /&gt;
Copy &#039;&#039;&#039;libstdc++.so.5&#039;&#039;&#039; to &#039;&#039;&#039;/usr/lib&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
 cp -av $(gcc -dumpmachine)/libstdc++-v3/src/.libs/libstdc++.so.5* /usr/lib&lt;br /&gt;
&lt;br /&gt;
=== Installing the Complete Package ===&lt;br /&gt;
&lt;br /&gt;
Install the entire package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -Rv root:root /opt/gcc-{{GCC-3.3-Version}}/lib/gcc-lib/$(gcc -dumpmachine)/{{GCC-3.3-Version}}/include&lt;br /&gt;
&lt;br /&gt;
Optionally move libstdc++.so.5 to /usr/lib:&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/{{GCC-3.3-Version}}/lib/libstdc++.so.5* /usr/lib &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/lib/libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib/libstdc++.so.5&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../gcc-{{GCC-3.3-Version}}-no_fixincludes-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../gcc-{{GCC-3.3-Version}}-linkonce-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;s/install_to_$(INSTALL_DEST) //&#039; libiberty/Makefile.in &amp;amp;&amp;amp;&lt;br /&gt;
 mkdir ../gcc-build &amp;amp;&amp;amp;&lt;br /&gt;
 cd ../gcc-build &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}/configure --prefix=/opt/gcc-{{GCC-3.3-Version}} \&lt;br /&gt;
     --libdir=/opt/gcc-{{GCC-3.3-Version}}/lib64 --enable-multilib \&lt;br /&gt;
     --enable-threads=posix --enable-shared \&lt;br /&gt;
     --enable-languages=c,c++ &amp;amp;&amp;amp;&lt;br /&gt;
 make bootstrap&lt;br /&gt;
&lt;br /&gt;
If desired, run the test suite using the following commands:&lt;br /&gt;
&lt;br /&gt;
 make -k check &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}/contrib/test_summary &amp;gt;test_summary.log 2&amp;gt;&amp;amp;1 &amp;amp;&amp;amp;&lt;br /&gt;
 ../gcc-{{GCC-3.3-Version}}/contrib/test_summary | \&lt;br /&gt;
     grep -A7 Summ &amp;gt;test_summary_short.log 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
=== Installing libstdc++ Only ===&lt;br /&gt;
&lt;br /&gt;
Copy &#039;&#039;&#039;libstdc++.so.5&#039;&#039;&#039; to &#039;&#039;&#039;/usr/lib&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== 32Bit ====&lt;br /&gt;
&lt;br /&gt;
 cp -av $(gcc -dumpmachine)/32/libstdc++-v3/src/.libs/libstdc++.so.5* /usr/lib&lt;br /&gt;
&lt;br /&gt;
==== N32 ====&lt;br /&gt;
&lt;br /&gt;
 Please Contribute&lt;br /&gt;
&lt;br /&gt;
==== 64Bit ====&lt;br /&gt;
&lt;br /&gt;
 cp -av $(gcc -dumpmachine)/libstdc++-v3/src/.libs/libstdc++.so.5* /usr/lib64&lt;br /&gt;
&lt;br /&gt;
=== Installing the Complete Package ===&lt;br /&gt;
&lt;br /&gt;
Install the entire package:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -Rv root:root /opt/gcc-{{GCC-3.3-Version}}/lib64/gcc-lib/$(gcc -dumpmachine)/{{GCC-3.3-Version}}/include&lt;br /&gt;
&lt;br /&gt;
Optionally move libstdc++.so.5 to /usr/lib:&lt;br /&gt;
&lt;br /&gt;
==== 32Bit ====&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/gcc-{{GCC-3.3-Version}}/lib/libstdc++.so.5* /usr/lib &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/lib/libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib/libstdc++.so.5&lt;br /&gt;
&lt;br /&gt;
==== N32 ====&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/gcc-{{GCC-3.3-Version}}/lib32/libstdc++.so.5* /usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/lib32/libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib32/libstdc++.so.5&lt;br /&gt;
&lt;br /&gt;
==== 64Bit ====&lt;br /&gt;
&lt;br /&gt;
 mv -v /opt/gcc-{{GCC-3.3-Version}}/lib64/libstdc++.so.5* /usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/lib64/libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv libstdc++.so.5.0.7 /opt/gcc-{{GCC-3.3-Version}}/lib64/libstdc++.so.5&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
	<entry>
		<id>?title=Libcroco&amp;diff=4917</id>
		<title>Libcroco</title>
		<link rel="alternate" type="text/html" href="?title=Libcroco&amp;diff=4917"/>
		<updated>2006-12-17T12:22:40Z</updated>

		<summary type="html">&lt;p&gt;Ssot: For 64Bit the croco-config adjusted to -64 instead of -32&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://ftp.gnome.org/pub/GNOME/sources/libcroco/{{Libcroco-Version}}/libcroco-{{Libcroco-Version2}}.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Introduction to libcroco ==&lt;br /&gt;
&lt;br /&gt;
The libcroco package contains libcroco libraries. This is useful for providing a CSS API.&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Glib2]]&lt;br /&gt;
* [[LibXML2]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/libcroco-{{Libcroco-Version2}}/examples &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-{{Libcroco-Version2}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-{{Libcroco-Version2}}/examples&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/croco-{{Libcroco-Version}}-config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/croco-{{Libcroco-Version}}-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/croco-{{Libcroco-Version}}-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/croco-{{Libcroco-Version}}config &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/libcroco-{{Libcroco-Version2}}/examples &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-{{Libcroco-Version2}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-{{Libcroco-Version2}}/examples&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| croco-{{Libcroco-Version}}-config and csslint-{{Libcroco-Version}}&lt;br /&gt;
|-&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| libcroco-{{Libcroco-Version}}.{so,a}&lt;br /&gt;
|-&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| /usr/include/libcroco-{{Libcroco-Version2}} and /usr/share/doc/libcroco-{{Libcroco-Version2}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! croco-{{Libcroco-Version}}-config&lt;br /&gt;
| ???&lt;br /&gt;
|-&lt;br /&gt;
! csslint-{{Libcroco-Version}}&lt;br /&gt;
| ???&lt;br /&gt;
|-&lt;br /&gt;
! libcroco-{{Libcroco-Version}}.{so,a}&lt;br /&gt;
| ???&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ssot</name></author>
	</entry>
</feed>