summaryrefslogtreecommitdiff
path: root/elements/connman-common/ofono.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/connman-common/ofono.bst')
-rw-r--r--elements/connman-common/ofono.bst18
1 files changed, 18 insertions, 0 deletions
diff --git a/elements/connman-common/ofono.bst b/elements/connman-common/ofono.bst
new file mode 100644
index 00000000..04ec3b1a
--- /dev/null
+++ b/elements/connman-common/ofono.bst
@@ -0,0 +1,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"