summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/linux-audio/jack2.json
blob: 683e7153a89259956870dd5ac459f6037fbf2460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "jack2",
    "buildsystem": "simple",
    "build-commands": [
        "./waf configure --prefix=$FLATPAK_DEST --htmldir=$FLATPAK_DEST/share/doc/jack/ --classic",
        "./waf build -j $FLATPAK_BUILDER_N_JOBS",
        "./waf install"
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig",
        "/share/man"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://github.com/jackaudio/jack2/releases/download/v1.9.14/v1.9.14.tar.gz",
            "sha256": "a20a32366780c0061fd58fbb5f09e514ea9b7ce6e53b080a44b11a558a83217c"
        }
    ]
}