summaryrefslogtreecommitdiff
path: root/elements/bluetooth/bluez.bst
blob: a4b561924f34229c7872dc8f62989d05eb398231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: autotools
description: Bluetooth protocol stack for Linux
depends:
- glib-common.bst
- foundation.bst
- bluetooth/libical.bst
sources:
- kind: git
  url: upstream:bluez
  track: baserock/5.43+service-api
  ref: 6c68ebf4d31a04459285169af83714b610fffb1a
config:
  configure-commands:
  - autoreconf -ivf
  - ./configure --prefix="%{prefix}" --enable-tools --enable-service --enable-test
    --enable-library --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
  install-commands:
  - make DESTDIR="%{install-root}" install
  - mkdir -p "%{install-root}/etc/systemd/system/bluetooth.target.wants"
  - ln -s /lib/systemd/system/bluetooth.service "%{install-root}/etc/systemd/system/bluetooth.target.wants/bluetooth.service"
  - ln -s /lib/systemd/system/bluetooth.service "%{install-root}/etc/systemd/system/dbus-org.bluez.service"