summaryrefslogtreecommitdiff
path: root/acl.morph
blob: 10576e004295c484343d5ae35af6d0b19477481f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "acl",
    "kind": "chunk",
    "configure-commands": [
        "autoreconf -ivf -I m4",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}