mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Adding aspell section, to replace outdated pspell. We can leave pspell
there for a while, then remove it. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@593 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b9e96a3aab
commit
368512b325
11
general/genlib/aspell.xml
Normal file
11
general/genlib/aspell.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect1 id="aspell" xreflabel="aspell-&aspell-version;">
|
||||
<?dbhtml filename="aspell.html" dir="general"?>
|
||||
<title>aspell-&aspell-version;</title>
|
||||
|
||||
&aspell-intro;
|
||||
&aspell-inst;
|
||||
&aspell-config;
|
||||
&aspell-desc;
|
||||
|
||||
</sect1>
|
||||
|
11
general/genlib/aspell/aspell-config.xml
Normal file
11
general/genlib/aspell/aspell-config.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect2>
|
||||
<title>Configuring aspell</title>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
&library-config;
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
15
general/genlib/aspell/aspell-desc.xml
Normal file
15
general/genlib/aspell/aspell-desc.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The aspell package contains the <userinput>aspell
|
||||
library</userinput>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>aspell library</title>
|
||||
<para>The aspell library is a spell checking library interface.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
11
general/genlib/aspell/aspell-inst.xml
Normal file
11
general/genlib/aspell/aspell-inst.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<sect2>
|
||||
<title>Installation of aspell</title>
|
||||
|
||||
<para>Install aspell by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
12
general/genlib/aspell/aspell-intro.xml
Normal file
12
general/genlib/aspell/aspell-intro.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<sect2>
|
||||
<title>Introduction to aspell-&aspell-version;</title>
|
||||
|
||||
<screen>Download location (FTP): <ulink url="&aspell-download-ftp;"/>
|
||||
Version used: &aspell-version;
|
||||
Package size: &aspell-size;
|
||||
Estimated Disk space required: &aspell-buildsize;</screen>
|
||||
|
||||
<para>The aspell package contains the aspell library, used to
|
||||
interface to spell checking libraries.</para>
|
||||
|
||||
</sect2>
|
12
general/genlib/aspell/aspell.ent
Normal file
12
general/genlib/aspell/aspell.ent
Normal file
@ -0,0 +1,12 @@
|
||||
<!ENTITY aspell SYSTEM "../aspell.xml">
|
||||
<!ENTITY aspell-intro SYSTEM "aspell-intro.xml">
|
||||
<!ENTITY aspell-inst SYSTEM "aspell-inst.xml">
|
||||
<!ENTITY aspell-exp SYSTEM "aspell-exp.xml">
|
||||
<!ENTITY aspell-desc SYSTEM "aspell-desc.xml">
|
||||
<!ENTITY aspell-config SYSTEM "aspell-config.xml">
|
||||
<!ENTITY aspell-buildsize "9.4 MB">
|
||||
<!ENTITY aspell-version "0.50.3">
|
||||
<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
|
||||
|
||||
|
||||
<!ENTITY aspell-size "917 KB">
|
@ -47,6 +47,7 @@ them.</para>
|
||||
&expat;
|
||||
&libesmtp;
|
||||
&pspell;
|
||||
&aspell;
|
||||
&guile;
|
||||
&slib;
|
||||
&gwrap;
|
||||
|
Loading…
Reference in New Issue
Block a user