summaryrefslogtreecommitdiff
path: root/qt4-tools.morph
blob: 244d10ffbfce1ecf9f5a1ee6009116583a145e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "qt4-tools",
    "kind": "chunk",
    "configure-commands": [
        "./configure -v -prefix /usr -opensource -confirm-license"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install INSTALL_ROOT=$DESTDIR",
        "make docs",
        "make install_docs INSTALL_ROOT=$DESTDIR"
    ]
}