summaryrefslogtreecommitdiff
path: root/audio-bluetooth/bluez.morph
blob: 07e761c4afe9b6e29adafcf81e3c915d73c43c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: audio-bluetooth/bluez.morph
kind: chunk
description: Bluetooth protocol stack for Linux
repo: upstream:bluez
ref: 9e483337a42f0ddef06cc9ad146c8523f2b08888
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 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"
build_depends:
- audio-bluetooth/readline.morph
- audio-bluetooth/libical.morph
- audio-bluetooth/alsa-lib.morph