summaryrefslogtreecommitdiff
path: root/chunks/pulseaudio.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/pulseaudio.morph')
-rw-r--r--chunks/pulseaudio.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/chunks/pulseaudio.morph b/chunks/pulseaudio.morph
new file mode 100644
index 00000000..7659d07f
--- /dev/null
+++ b/chunks/pulseaudio.morph
@@ -0,0 +1,15 @@
+name: pulseaudio
+kind: chunk
+description: PulseAudio System
+repo: upstream:pulseaudio
+ref: e1b44688c0db505f70761fe76b4fed2ca6924a09
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p "$DESTDIR/lib/systemd/system"
+- install -m755 pulseaudio.service "$DESTDIR/lib/systemd/system"
+- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
+- ln -s /lib/systemd/system/pulseaudio.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/pulseaudio.service"