Author: krejzi Date: 2012-07-02 08:25:06 -0600 (Mon, 02 Jul 2012) New Revision: 10388
Added: trunk/BOOK/general/sysutils/obexd.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/sysutils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added Obexd 0.46 Added: trunk/BOOK/general/sysutils/obexd.xml =================================================================== --- trunk/BOOK/general/sysutils/obexd.xml (rev 0) +++ trunk/BOOK/general/sysutils/obexd.xml 2012-07-02 14:25:06 UTC (rev 10388) @@ -0,0 +1,129 @@ +<?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"> + <!ENTITY obexd-md5sum "df277cc02770b5ba388c5bbc7bbd6034"> + <!ENTITY obexd-size "336 KB"> + <!ENTITY obexd-buildsize "5.0 MB"> + <!ENTITY obexd-time "0.2 SBU"> +]> + +<sect1 id="obexd" xreflabel="Obexd-&obexd-version;"> + <?dbhtml filename="obexd.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Obexd-&obexd-version;</title> + + <indexterm zone="obexd"> + <primary sortas="a-obexd">obexd</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Obexd</title> + + <para> + The <application>Obexd</application> package contains D-Bus services providing + OBEX client and server functionality. + </para> + + &lfs71_checked; + + <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> + +<screen><userinput>./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/obex && +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> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg> + obex-client and obexd + </seg> + <seg> + /usr/lib/obex + </seg> + </seglistitem> + </segmentedlist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/sysutils/obexd.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general/sysutils/sysutils.xml =================================================================== --- trunk/BOOK/general/sysutils/sysutils.xml 2012-07-02 13:49:19 UTC (rev 10387) +++ trunk/BOOK/general/sysutils/sysutils.xml 2012-07-02 14:25:06 UTC (rev 10388) @@ -36,6 +36,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libarchive.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mc.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obexd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pciutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="raptor.xml"/> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-07-02 13:49:19 UTC (rev 10387) +++ trunk/BOOK/general.ent 2012-07-02 14:25:06 UTC (rev 10388) @@ -338,6 +338,7 @@ <!ENTITY libarchive-version "3.0.3"> <!ENTITY lm_sensors-version "3.3.2"> <!ENTITY mc-version "4.8.3"> +<!ENTITY obexd-version "0.46"> <!ENTITY parted-version "3.1"> <!ENTITY pciutils-version "3.1.9"> <!ENTITY raptor-version "2.0.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-02 13:49:19 UTC (rev 10387) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-02 14:25:06 UTC (rev 10388) @@ -48,6 +48,9 @@ <para>[krejzi] - Added BlueZ 4.101.</para> </listitem> <listitem> + <para>[krejzi] - Added Obexd 0.46.</para> + </listitem> + <listitem> <para>[krejzi] - Added Pyrex 0.9.9, a Python Module.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page