UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

bluez

The BlueZ package contains the Bluetooth protocol stack for Linux.

Package info

Codename: bluez
Source file: bluez-5.50.tar.xz
Source directory: bluez-5.50
Package URL: https://umvirt.com/linux/downloads/0.1/packages/b/bluez-5.50.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/b/bluez-5.50.tar.xz.md5sum
Dependances: glib, dbus, libical.
Dependance of: libpcap, folks, NetworkManager.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr         \
            --sysconfdir=/etc     \
            --localstatedir=/var  \
            --enable-library 

Build script:
make

Install script:
make install &&
ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin

install -v -dm755 /etc/bluetooth &&
install -v -m644 src/main.conf /etc/bluetooth/main.conf

install -v -dm755 /usr/share/doc/bluez-5.50 &&
install -v -m644 doc/*.txt /usr/share/doc/bluez-5.50

cat > /etc/bluetooth/rfcomm.conf << "EOF"
# Start rfcomm.conf
# Set up the RFCOMM configuration of the Bluetooth subsystem in the Linux kernel.
# Use one line per command
# See the rfcomm man page for options


# End of rfcomm.conf
EOF
cat > /etc/bluetooth/uart.conf << "EOF"
# Start uart.conf
# Attach serial devices via UART HCI to BlueZ stack
# Use one line per device
# See the hciattach man page for options

# End of uart.conf
EOF