glfs/basicnet/mailnews/pine/pine-exp.xml
Igor Živković fb6de28443 updated to pine-4.58
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1448 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-26 20:12:48 +00:00

35 lines
1.4 KiB
XML

<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
patch will make <application>Pine</application> use <filename
class="directory">/etc</filename> for configuration files.</para>
<para>The build procedure for <application>Pine</application> is somewhat
unusual, in that options usually passed as <command>./configure</command>
options or housed in $<envar>CFLAGS</envar> must all be passed on the command
line to the <command>./build</command> script.</para>
<para><command>./build slx</command>: <application>Pine</application> offers
quite a few target platforms, slx specifies Linux using
-lcrypt to get the crypt function. See the
<filename>doc/pine-ports</filename> file for more information and
other authentication options.</para>
<para><command>DEBUG=-O</command>: This flag compiles an optimized
version of <command>pine</command> and <command>pico</command> that
produces no debug files.</para>
<para><command>MAILSPOOL=/var/mail</command>: Location of mail spool
files, <filename>/var/mail.</filename></para>
<para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
of OpenSSL files.</para>
<para><screen><command>cd bin &amp;&amp;
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
rpload /usr/bin</command></screen>
This installs <application>Pine</application>.</para>
</sect2>