# Template file for 'bluez' pkgname=bluez version=4.100 revision=1 distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund --enable-alsa --enable-usb --enable-tools --enable-bccmd --enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-cups --enable-pnat --enable-wiimote --disable-test --with-systemdunitdir=/lib/systemd/system --enable-sap --enable-datafiles --enable-dbusoob --enable-health" subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel" makedepends="pkg-config flex libudev-devel>=183 readline-devel dbus-devel glib-devel gst-plugins-base-devel libusb-compat-devel libcap-ng-devel libsndfile-devel cups-devel" short_desc="Bluetooth tools and daemons" maintainer="Juan RP " homepage="http://www.bluez.org/" license="GPL-2" checksum=5a2ac5fca9e496cb311ae0c2f2333e985bf5f504e77f1b45668fdede7e563a3b long_desc=" This package contains tools and system daemons for using Bluetooth devices. BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL)." make_dirs="/var/lib/bluetooth 0755 root root" conf_files=" /etc/bluetooth/main.conf /etc/bluetooth/rfcomm.conf /etc/bluetooth/network.conf /etc/bluetooth/input.conf /etc/bluetooth/audio.conf /etc/bluetooth/serial.conf" pre_build() { cp ${FILESDIR}/org.bluez.service src } post_install() { for f in network input audio serial; do vinstall ${f}/${f}.conf 644 etc/bluetooth done vinstall scripts/bluetooth_serial 755 lib/udev for f in simple-agent test-device test-input; do vinstall test/${f} 755 usr/bin bluez-${f} done # systemd takes care of bluetoothd initialization. rm -f ${DESTDIR}/lib/udev/rules.d/97-bluetooth.rules }