UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

bluez

The BlueZ package contains the Bluetooth protocol stack for Linux.

Package info

Codename: bluez
Source file: bluez-5.68.tar.xz
Source directory: bluez-5.68
Package URL: https://umvirt.com/linux/downloads/0.2/packages/b/bluez-5.68.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/b/bluez-5.68.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