summaryrefslogtreecommitdiff
path: root/acl.morph
blob: 2983d38ea0689a9b223136b3413acc87ae66b820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "acl",
    "kind": "chunk",
    "configure-commands": [
        "make configure LOCAL_CONFIGURE_OPTIONS=--disable-gettext"
    ],
    "build-commands": [
        "make SHELL=/bin/bash"
    ],
    "install-commands": [
        "make SHELL=/bin/bash DIST_ROOT=\"$DESTDIR\" install install-dev install-lib"
    ]
}