summaryrefslogtreecommitdiff
path: root/pulseaudio.morph
blob: 730131b06f891b491cb575694b4e2e8c93beddc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "pulseaudio",
    "description": "PulseAudio System",
    "kind": "chunk",
    "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\""
    ]
}