glfs/basicnet/mailnews/pine/pine-exp.xml
Larry Lawrence 91cbaceab2 update to pine-4.55
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@901 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-05-03 21:39:23 +00:00

28 lines
1.2 KiB
XML

<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../pine-4.44-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 Pine is somewhat unusual, in that
options usually passed as ./configure options or housed in $CFLAGS
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='-Os '</command> : Optimize binaries for size.</para>
-->
<para><command>MAILSPOOL='/var/mail'</command> : Location of mail spool files, <filename>/var/mail.</filename></para>
<para><screen><command>cd bin &amp;&amp;
install pine /usr/bin</command></screen>
This is all that is required to install <application>Pine</application>, all other executables
may be installed in the same manner.</para>
</sect2>