Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dssi.json « linux-audio - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec33fd374316d2abf7c1226419138d8c80ae845e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "dssi",
    "rm-configure": true,
    "config-opts": [
        "--disable-static"
    ],
    "cleanup": [
      "/bin",
      "/include",
      "/lib/dssi",
      "/lib/pkgconfig",
      "/share/man",
      "*.la"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "http://download.sf.net/sourceforge/dssi/dssi-1.1.1.tar.gz",
            "sha256": "f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e"
        },
        {
            "type": "script",
            "commands": [
                "autoreconf -fiv"
            ],
            "dest-filename": "autogen.sh"
        }
    ]
}