summaryrefslogtreecommitdiff
path: root/strata/connman-common/ofono.morph
blob: a775b0c1f96aef70d2b63ffe69031bfebe8836e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: ofono
kind: chunk
description: ofono Open Source Telephony
build-system: autotools
configure-commands:
- autoreconf -ivf
- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
install-commands:
- make install
- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
- ln -s /lib/systemd/system/ofono.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/ofono.service"