UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
bluez
The BlueZ package contains the Bluetooth protocol stack for Linux.Package info
Template:
Codename: bluez
Source file: bluez-5.72.tar.xz
Source file size: 2390792
Source file MD5-checkum: fcacd4d6d65f7da141977a2beb1ba78f
Source directory: bluez-5.72
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/b/bluez-5.72.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/b/bluez-5.72.tar.xz.md5sum
Dependances: glib, dbus, libical.
Dependance of: libpcap, pipewire, gnome-bluetooth, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-manpages \
--enable-library
Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
make check
fi
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
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