glfs/kde/add/kdeadmin.xml
Randy McMurchy 87efe3754f Minor modifications to kdeadmin and kdepim
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2609 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-13 22:53:59 +00:00

98 lines
2.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdeadmin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2">
<!ENTITY kdeadmin-download-ftp "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2">
<!ENTITY kdeadmin-size "1.6 MB">
<!ENTITY kdeadmin-buildsize "22 MB">
<!ENTITY kdeadmin-time "2.33 SBU">
]>
<sect1 id="kdeadmin">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdeadmin.html"?>
<title>kdeadmin-&kde-version;</title>
<sect2>
<title>Introduction to <application>kdeadmin</application></title>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&kdeadmin-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdeadmin-download-ftp;"/></para></listitem>
<listitem><para>Download size: &kdeadmin-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&kdeadmin-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdeadmin-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>kdeadmin</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdebase"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libjpeg"/>,
<xref linkend="libxml2"/> and
<xref linkend="Linux_PAM"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdeadmin</application></title>
<para>Install <application>kdeadmin</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>Major programs in <application>kdeadmin</application> include
<command>kcron</command>,
<command>kdat</command>,
<command>kpackage</command>,
<command>ksysv</command> and
<command>kuser</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>kcron</title>
<para><command>kcron</command> is a task scheduler.</para></sect3>
<sect3><title>kdat</title>
<para><command>kdat</command> is a tar-based tape
archiver.</para></sect3>
<sect3><title>kpackage</title>
<para><command>kpackage</command> is a package manager.</para></sect3>
<sect3><title>ksysv</title>
<para><command>ksysv</command> is a Sys V-Init editor.</para></sect3>
<sect3><title>kuser</title>
<para><command>kuser</command> is a graphical user
manager.</para></sect3>
</sect2>
</sect1>