summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/ofono.def
blob: c3f8b81f4f2cf0ffb6328414e816d94f495e55ed (plain)
1
2
3
4
5
6
7
8
9
10
name: ofono
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"