UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
bluez
The BlueZ package contains the Bluetooth protocol stack for Linux.Package info
Template: 
Codename: bluez
Source file: bluez-5.79.tar.xz
Source file size: 2457612
Source file MD5-checkum: a22d25ca60e89d211ac154dca3a84e61
Source directory: bluez-5.79
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/b/bluez-5.79.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/b/bluez-5.79.tar.xz.md5sum
Dependances: glib, dbus, libical.
Dependance of: libpcap, python3, pipewire, gnome-bluetooth, KF6, 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