summaryrefslogtreecommitdiff
path: root/nautilus.morph
blob: 8ec463fa11d020c816d0503b8d73e10a6216ebfe (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "nautilus",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --enable-tracker=no"
    ]
}