glfs/archive/gnome-obsolete/system-tools-backends.xml
Krejzi 99b3ac418c Rename archive/obsolete to archive/gnome-obsolete
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10574 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-08-25 12:46:42 +00:00

142 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY system-tools-backends-download-http "&gnome-download-http;/system-tools-backends/2.9/system-tools-backends-&system-tools-backends-version;.tar.bz2">
<!ENTITY system-tools-backends-download-ftp "&gnome-download-ftp;/system-tools-backends/2.9/system-tools-backends-&system-tools-backends-version;.tar.bz2">
<!ENTITY system-tools-backends-md5sum "d12f83b03d0b9c2ed31557ed0193997b">
<!ENTITY system-tools-backends-size "450 KB">
<!ENTITY system-tools-backends-buildsize "5 MB">
<!ENTITY system-tools-backends-time "less than 0.1 SBU">
]>
<sect1 id="system-tools-backends"
xreflabel="system-tools-backends-&system-tools-backends-version;">
<?dbhtml filename="system-tools-backends.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>system-tools-backends-&system-tools-backends-version;</title>
<indexterm zone="system-tools-backends">
<primary sortas="a-System-tools-backends">System-tools-backends</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to system-tools-backends</title>
<para>The <application>system-tools-backends</application> are a set of
cross-platform scripts for Linux and other Unix systems. The backends
provide a standard XML interface for modifying the configuration regardless
of the distribution being used.</para>
&lfs65_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&system-tools-backends-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&system-tools-backends-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &system-tools-backends-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &system-tools-backends-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &system-tools-backends-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &system-tools-backends-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">system-tools-backends Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="intltool"/>,
<xref linkend="dbus-glib"/>, and
<xref linkend="polkit"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink
url="http://search.cpan.org/~danberr/Net-DBus-0.33.6/">Net::DBus</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/system-tools-backends"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of system-tools-backends</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-gnome.xml"/>
<para>Install <application>system-tools-backends</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>system-tools-backends</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/system-tools-backends-2.0/{files,
scripts/{Init,Network,Shares,Time,Users,Utils}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry>
<term>System tools backend scripts</term>
<listitem>
<para>are configuration files, <application>Perl</application>
and shell scripts used to perform setup of various desktop frontend
processes and services.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>