summaryrefslogtreecommitdiff
path: root/bluez.morph
blob: 82dad66bac86b1a939c536a2e2e2e2183e4958f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "bluez",
    "description": "Bluetooth protocol stack for Linux",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "autoreconf -ivf",
        "./configure --prefix=\"$PREFIX\" --enable-tools --enable-test --enable-alsa --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib"
    ],
    "install-commands": [
        "make install",
        "mkdir -p \"$DESTDIR/etc/systemd/system/bluetooth.target.wants\"",
        "ln -s /lib/systemd/system/bluetooth.service \"$DESTDIR/etc/systemd/system/bluetooth.target.wants/bluetooth.service\""
    ]
}