source: archive/obexd.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: 3.6 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 obexd-download-http "http://www.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz">
8 <!ENTITY obexd-download-ftp "ftp://ftp.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz">
9 <!ENTITY obexd-md5sum "dfb9bdd490a975616afa3a0c2bf53c88">
10 <!ENTITY obexd-size "344 KB">
11 <!ENTITY obexd-buildsize "6.5 MB">
12 <!ENTITY obexd-time "0.2 SBU">
13]>
14
15<sect1 id="obexd" xreflabel="Obexd-&obexd-version;">
16 <?dbhtml filename="obexd.html"?>
17
18
19 <title>Obexd-&obexd-version;</title>
20
21 <indexterm zone="obexd">
22 <primary sortas="a-Obexd">Obexd</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Obexd</title>
27
28 <para>
29 The <application>Obexd</application> package contains D-Bus services providing
30 OBEX client and server functionality. OBEX is a communications protocol that
31 facilitates the exchange of binary objects between devices.
32 </para>
33
34 &lfs74_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&obexd-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&obexd-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &obexd-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &obexd-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &obexd-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &obexd-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Obexd Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="bluez"/> and
75 <xref linkend="libical"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/obexd"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Obexd</title>
85
86 <para>
87 Install <application>Obexd</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>sed -i 's/#include &lt;string.h&gt;/&amp;\n#include &lt;stdio.h&gt;/' plugins/mas.c &amp;&amp;
92./configure --prefix=/usr --libexecdir=/usr/lib/obex &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 To test the results, issue: <command>make check</command>.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para>
110 <command>sed -i 's/#include ...</command>: This sed fixes building against
111 the <application>Glibc</application> 2.17.
112 </para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 obex-client and obexd
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 /usr/lib/obex
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.