{ "name": "bluez", "description": "Bluetooth protocol stack for Linux", "kind": "chunk", "build-system": "autotools", "configure-commands": [ "autoreconf -ivf", "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --enable-alsa --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib" ], "install-commands": [ "make install", "mkdir -p \"$DESTDIR/etc/systemd/system/bluetooth.target.wants\"", "ln -s /lib/systemd/system/bluetooth.service \"$DESTDIR/etc/systemd/system/bluetooth.target.wants/bluetooth.service\"" ] }