pine patch finished

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@902 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-05-03 22:11:34 +00:00
parent 91cbaceab2
commit 3fedd093fd
3 changed files with 13 additions and 11 deletions

View File

@ -11,15 +11,15 @@ updating, but they are not all needed in every situation.</para>
<itemizedlist>
<listitem><para>Expand the <envar>PATH</envar> to include
<filename class='directory'>$PREFIX/bin</filename>.</para></listitem>
<filename class='directory'>$<envar>PREFIX</envar>/bin</filename>.</para></listitem>
<listitem><para>Expand the <envar>PATH</envar> for root to include
<filename class='directory'>$PREFIX/sbin</filename>.</para></listitem>
<listitem><para>Add <filename class='directory'>$PREFIX/lib</filename>
<filename class='directory'>$<envar>PREFIX</envar>/sbin</filename>.</para></listitem>
<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/lib</filename>
to <filename>/etc/ld.so.conf</filename> or expand
<envar>LD_LIBRARY_PATH</envar> to include it.</para></listitem>
<listitem><para>Add <filename class='directory'>$PREFIX/man</filename>
to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem>
<listitem><para>Add <filename class='directory'>$PREFIX/info</filename>
<listitem><para>Add <filename class='directory'>$<envar>PREFIX</envar>/info</filename>
to <envar>INFOPATH</envar>.</para></listitem>
<listitem><para>Add <filename
class='directory'>$PREFIX/lib/pkgconfig</filename> to

View File

@ -6,8 +6,9 @@ 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>
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
@ -19,9 +20,9 @@ other authentication options.</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>
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
rpload /usr/bin</command></screen>
This installs <application>Pine</application>.</para>
</sect2>

View File

@ -6,11 +6,12 @@
<para>Install <application>Pine</application> by running the following commands: </para>
<screen><userinput><command>patch -Np1 -i ../pine-4.44-fhs.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../pine-4.55-fhs.patch &amp;&amp;
./build slx <!-- DEBUG='-Os '--> MAILSPOOL='/var/mail' \
SSLDIR=/usr SSLCERTS=/etc/ssl/certs &amp;&amp;
cp doc/pine.1 doc/pico.1 doc/rpdump.1 doc/rpload.1 /usr/share/man/man1 &amp;&amp;
cd bin &amp;&amp;
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump rpload /usr/bin</command></userinput></screen>
install pine imapd ipop2d ipop3d mailutil mtest pico pilot rpdump \
rpload /usr/bin</command></userinput></screen>
</sect2>