summaryrefslogtreecommitdiff
path: root/bzip2.morph
blob: ab5edfd5030c3a309943f8a6e7621fc73f2aef6f (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "bzip2",
    "kind": "chunk",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make PREFIX=\"$DESTDIR/usr\" install"
    ]
}