summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez.morph
blob: f27fcf1c554c1e98d5de047c09ade3cc0326bead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: bluez
kind: chunk
description: Bluetooth protocol stack for Linux
build-system: autotools
configure-commands:
- autoreconf -ivf
- ./configure --prefix="$PREFIX" --enable-tools --enable-test --enable-alsa --enable-library
  --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
install-commands:
- make DESTDIR="$DESTDIR" 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"
- ln -s /lib/systemd/system/bluetooth.service "$DESTDIR/etc/systemd/system/dbus-org.bluez.service"