mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
Add soup-0.7.4 for Evolution.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@493 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4218a631a6
commit
afe491aeda
5
gnome/otherlibs/soup/soup-config.xml
Normal file
5
gnome/otherlibs/soup/soup-config.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring Soup</title>
|
||||
&library-config;
|
||||
</sect2>
|
||||
|
7
gnome/otherlibs/soup/soup-desc.xml
Normal file
7
gnome/otherlibs/soup/soup-desc.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The soup package contains SOAP libraries, used to implement
|
||||
XML remote procedure calls.</para>
|
||||
|
||||
</sect2>
|
8
gnome/otherlibs/soup/soup-exp.xml
Normal file
8
gnome/otherlibs/soup/soup-exp.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>--prefix=/opt/gnome:</userinput>
|
||||
Install Soup in the Gnome 1.4 area.</para>
|
||||
|
||||
</sect2>
|
||||
|
13
gnome/otherlibs/soup/soup-inst.xml
Normal file
13
gnome/otherlibs/soup/soup-inst.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect2>
|
||||
<title>Installation of Soup</title>
|
||||
|
||||
<para>Install Soup by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>
|
||||
./configure --prefix=/opt/gnome &&
|
||||
make &&
|
||||
make install
|
||||
</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
13
gnome/otherlibs/soup/soup-intro.xml
Normal file
13
gnome/otherlibs/soup/soup-intro.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect2>
|
||||
<title>Introduction to Soup</title>
|
||||
|
||||
<screen>Download location (HTTP): <ulink url="&soup-download-http;"/>
|
||||
Download location (FTP): <ulink url="&soup-download-ftp;"/>
|
||||
Version used: &soup-version;
|
||||
Package size: &soup-size;
|
||||
Estimated Disk space required: &soup-buildsize;</screen>
|
||||
|
||||
<para>The Soup package contains a SOAP (Simple Object Access Protocol)
|
||||
implementation in C. </para>
|
||||
|
||||
</sect2>
|
11
gnome/otherlibs/soup/soup.ent
Normal file
11
gnome/otherlibs/soup/soup.ent
Normal file
@ -0,0 +1,11 @@
|
||||
<!ENTITY soup SYSTEM "soup.xml">
|
||||
<!ENTITY soup-intro SYSTEM "soup-intro.xml">
|
||||
<!ENTITY soup-inst SYSTEM "soup-inst.xml">
|
||||
<!ENTITY soup-exp SYSTEM "soup-exp.xml">
|
||||
<!ENTITY soup-desc SYSTEM "soup-desc.xml">
|
||||
<!ENTITY soup-config SYSTEM "soup-config.xml">
|
||||
<!ENTITY soup-buildsize "4.1 MB">
|
||||
<!ENTITY soup-version "0.7.4">
|
||||
<!ENTITY soup-download-http "http://ftp.acc.umu.se/pub/GNOME/sources/soup/0.7/soup-0.7.4.tar.bz2">
|
||||
<!ENTITY soup-download-ftp "">
|
||||
<!ENTITY soup-size "302 KB">
|
12
gnome/otherlibs/soup/soup.xml
Normal file
12
gnome/otherlibs/soup/soup.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<sect1 id="soup" xreflabel="soup-&soup-version;">
|
||||
<?dbhtml filename="soup.html" dir="gnome"?>
|
||||
<title>soup-&soup-version;</title>
|
||||
|
||||
&soup-intro;
|
||||
&soup-inst;
|
||||
&soup-exp;
|
||||
&soup-config;
|
||||
&soup-desc;
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user