summaryrefslogtreecommitdiff
path: root/tar.morph
blob: 42c4edd56c12806c1ba5c1daa7739a89f3d9b91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "tar",
    "kind": "chunk",
    "configure-commands": [
        "rm .git*",
        "bash bootstrap --skip-po",
        "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}