summaryrefslogtreecommitdiff
path: root/chunks/ofono.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/ofono.morph')
-rw-r--r--chunks/ofono.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/chunks/ofono.morph b/chunks/ofono.morph
new file mode 100644
index 00000000..7de254e0
--- /dev/null
+++ b/chunks/ofono.morph
@@ -0,0 +1,13 @@
+name: ofono
+kind: chunk
+description: ofono Open Source Telephony
+repo: upstream:ofono
+ref: a53228f6b1b32d0405c0c3c8e0861d6202ffbba2
+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"