summaryrefslogtreecommitdiff
path: root/neon.morph
blob: e8d08f4119ee4364f56b12dcecaefc0e7c23477b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "neon",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --with-ssl"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install-lib install-headers install-config DESTDIR=\"$DESTDIR\""
    ]
}