summaryrefslogtreecommitdiff
path: root/icu.morph
blob: 652240720a6959cfa765e5e57709437782e2a74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "icu",
    "kind": "chunk",
    "configure-commands": [
        "cd source; ./runConfigureICU Linux --prefix=/usr"
    ],
    "build-commands": [
        "cd source; unset TARGET ; make"
    ],
    "install-commands": [
        "cd source; unset TARGET ; make DESTDIR=\"$DESTDIR\" install"
    ]
}