summaryrefslogtreecommitdiff
path: root/tar.morph
blob: 4642bfd8992e7e1651c96c2bacbc44e4c7346540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "tar",
    "kind": "chunk",
    "configure-commands": [
        "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}