~aleteoryx/sexchat

ref: a3400e0aa9f3b3835a0ba6312039ba515f6b8594 sexchat/flatpak/shared-modules/linux-audio/dssi.json -rw-r--r-- 648 bytes
a3400e0aAleteoryx remove all mentions of struct session from server.c 4 months ago
                                                                                
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"
        }
    ]
}