summaryrefslogtreecommitdiff
path: root/elements/connman-common/ofono.bst
blob: 04ec3b1ab85e7bb58c33df9702484e5c1754b0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: autotools
description: ofono Open Source Telephony
depends:
- connectivity.bst
- glib-common.bst
sources:
- kind: git
  url: upstream:ofono
  track: '1.19'
  ref: e51b39e92cffb30c4bc0f95a1c24b9ee9ce22b54
config:
  configure-commands:
  - autoreconf -ivf
  - ./configure --prefix="%{prefix}" --sysconfdir=/etc --localstatedir=/var
  install-commands:
  - make -j1 DESTDIR="%{install-root}" install
  - mkdir -p "%{install-root}/etc/systemd/system/multi-user.target.wants"
  - ln -s /lib/systemd/system/ofono.service "%{install-root}/etc/systemd/system/multi-user.target.wants/ofono.service"