2012-07-02 22:25:06 +08:00
|
|
|
<?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 obexd-download-http "http://www.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz">
|
|
|
|
<!ENTITY obexd-download-ftp "ftp://ftp.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz">
|
2012-12-31 23:48:14 +08:00
|
|
|
<!ENTITY obexd-md5sum "dfb9bdd490a975616afa3a0c2bf53c88">
|
|
|
|
<!ENTITY obexd-size "344 KB">
|
|
|
|
<!ENTITY obexd-buildsize "6.5 MB">
|
2012-07-02 22:25:06 +08:00
|
|
|
<!ENTITY obexd-time "0.2 SBU">
|
|
|
|
]>
|
|
|
|
|
2013-07-16 07:27:18 +08:00
|
|
|
<sect1 id="obexd" xreflabel="Obexd-&obexd-version;">
|
2012-07-02 22:25:06 +08:00
|
|
|
<?dbhtml filename="obexd.html"?>
|
|
|
|
|
|
|
|
|
2013-07-16 07:27:18 +08:00
|
|
|
<title>Obexd-&obexd-version;</title>
|
2012-07-02 22:25:06 +08:00
|
|
|
|
|
|
|
<indexterm zone="obexd">
|
2013-07-16 07:27:18 +08:00
|
|
|
<primary sortas="a-Obexd">Obexd</primary>
|
2012-07-02 22:25:06 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Obexd</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>Obexd</application> package contains D-Bus services providing
|
2012-07-06 18:22:12 +08:00
|
|
|
OBEX client and server functionality. OBEX is a communications protocol that
|
|
|
|
facilitates the exchange of binary objects between devices.
|
2012-07-02 22:25:06 +08:00
|
|
|
</para>
|
|
|
|
|
2013-09-06 01:23:42 +08:00
|
|
|
&lfs74_checked;
|
2012-07-02 22:25:06 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&obexd-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&obexd-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &obexd-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &obexd-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &obexd-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &obexd-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Obexd Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="bluez"/> and
|
|
|
|
<xref linkend="libical"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/obexd"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Obexd</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Obexd</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2012-12-31 23:48:14 +08:00
|
|
|
<screen><userinput>sed -i 's/#include <string.h>/&\n#include <stdio.h>/' plugins/mas.c &&
|
2013-01-26 19:07:26 +08:00
|
|
|
./configure --prefix=/usr --libexecdir=/usr/lib/obex &&
|
2012-07-02 22:25:06 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
To test the results, issue: <command>make check</command>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
2013-01-26 19:07:26 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<command>sed -i 's/#include ...</command>: This sed fixes building against
|
|
|
|
the <application>Glibc</application> 2.17.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
2013-01-26 11:27:12 +08:00
|
|
|
|
2012-07-02 22:25:06 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
2013-01-26 00:32:25 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2012-07-02 22:25:06 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
obex-client and obexd
|
|
|
|
</seg>
|
2013-01-26 00:32:25 +08:00
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
2012-07-02 22:25:06 +08:00
|
|
|
<seg>
|
|
|
|
/usr/lib/obex
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|