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