           SPELL=bluez
         VERSION=4.101
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SPELL-$VERSION.tar.sign
  SOURCE2_IGNORE=signature
      SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE
  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/bluetooth/$SOURCE2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.bluez.org/
      LICENSE[0]=GPL
         ENTERED=20080924
           SHORT="official Linux Bluetooth protocol stack"
cat << EOF
The Bluetooth wireless technology is a worldwide specification for a small-form
factor, low-cost radio solution that provides links between mobile computers,
mobile phones, other portable handheld devices, and connectivity to the
Internet. The specification is developed, published and promoted by the
Bluetooth Special Interest Group (SIG).

BlueZ provides support for the core Bluetooth layers and protocols. It is
flexible, efficient and uses a modular implementation. It has many interesting
features:

  * Complete modular implementation
  * Symmetric multi processing safe
  * Multithreaded data processing
  * Support for multiple Bluetooth devices
  * Real hardware abstraction
  * Standard socket interface to all layers
  * Device and service level security support

Currently BlueZ consists of many separate modules:

  * Bluetooth kernel subsystem core
  * L2CAP and SCO audio kernel layers
  * RFCOMM, BNEP, CMTP and HIDP kernel implementations
  * HCI UART, USB, PCMCIA and virtual device drivers
  * General Bluetooth and SDP libraries and daemons
  * Configuration and testing utilities
  * Protocol decoding and analysis tools
EOF
