source: archive/gnome-obsolete/liboobs.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY liboobs-download-http "&gnome-download-http;/liboobs/&gnome-version;/liboobs-&liboobs-version;.tar.bz2">
8 <!ENTITY liboobs-download-ftp "&gnome-download-ftp;/liboobs/&gnome-version;/liboobs-&liboobs-version;.tar.bz2">
9 <!ENTITY liboobs-md5sum "65abd1254c63aea04fc1879c21e0051d">
10 <!ENTITY liboobs-size "361 KB">
11 <!ENTITY liboobs-buildsize "9 MB">
12 <!ENTITY liboobs-time "0.2 SBU">
13]>
14
15<sect1 id="liboobs" xreflabel="liboobs-&liboobs-version;">
16 <?dbhtml filename="liboobs.html"?>
17
18
19 <title>liboobs-&liboobs-version;</title>
20
21 <indexterm zone="liboobs">
22 <primary sortas="a-liboobs">liboobs</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to liboobs</title>
27
28 <para>The <application>liboobs</application> package is a wrapping library
29 to the System Tools Backends, it provides easy to access GObjects to system
30 configuration details.</para>
31
32 &lfs65_built;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&liboobs-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&liboobs-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &liboobs-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &liboobs-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &liboobs-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &liboobs-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">liboobs Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="system-tools-backends"/></para>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="gtk-doc"/> and
63 <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>.
64 </para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/liboobs"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of liboobs</title>
73
74 <para>Install <application>liboobs</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
92 href="../../xincludes/gnome-prefix.xml"/>
93
94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
95 href="../../xincludes/gtk-doc-rebuild.xml"/>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Programs</segtitle>
104 <segtitle>Installed Library</segtitle>
105 <segtitle>Installed Directory</segtitle>
106
107 <seglistitem>
108 <seg>None</seg>
109 <seg>liboobs-1.{so,a}</seg>
110 <seg><envar>$GNOME_PREFIX</envar>/{include/liboobs-1.0/oobs,
111 share/gtk-doc/html/liboobs}</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="liboobs-1">
121 <term><filename class='libraryfile'>liboobs-1.{so,a}</filename></term>
122 <listitem>
123 <para>contains the <application>liboobs</application> API
124 functions.</para>
125 <indexterm zone="liboobs liboobs-1">
126 <primary sortas="c-liboobs-1">liboobs-1.{so,a}</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.