glfs/gnome/otherlibs/gal1.xml
Manuel Canales Esparcia 3ea94f194c Tagged gtkhtml1.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4223 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-14 19:23:04 +00:00

108 lines
3.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gal1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
<!ENTITY gal1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
<!ENTITY gal1-md5sum "9f9790d4e8763c4ce74e5d59f47aa509">
<!ENTITY gal1-size "1.0 MB">
<!ENTITY gal1-buildsize "48 MB">
<!ENTITY gal1-time "1.04 SBU">
]>
<sect1 id="gal1" xreflabel="GAL-&gal1-version;">
<?dbhtml filename="gal1.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GAL-&gal1-version;</title>
<indexterm zone="gal1">
<primary sortas="a-GAL">GAL</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GAL</title>
<para>The <application>GAL</application> package contains library
functions that came from <application>Gnumeric</application> and
<application>Evolution</application>. GAL is short for
<application>GNOME</application> Application Libs.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gal1-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gal1-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gal1-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gal1-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gal1-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gal1-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GAL Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gnome-vfs1"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GAL</title>
<para>Install <application>GAL</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--prefix=/opt/gnome</parameter>: Installs
<application>GAL</application> in the
<application>GNOME</application> 1.4 directory structure.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgal.[so,a]</seg>
<seg>Not determined at this time</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>