summaryrefslogtreecommitdiff
path: root/lightdm.morph
blob: 736bda6725546e8c957ac8931f6b7a73f1f7e1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "lightdm",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --sysconfdir=/etc --localstatedir=/var \"$@\""
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "mkdir -p \"$DESTDIR/lib/systemd/system/\"",
        "cp lightdm.service \"$DESTDIR/lib/systemd/system/\"",
        "ln -s \"$DESTDIR/lib/systemd/system/lightdm.service\" \"$DESTDIR/lib/systemd/system/multi-user.target.wants/lightdm.service\""
    ]
}