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

liblo-static.json « linux-audio - github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d229d36069cc9877cda7c64d8c0b92f10796d08 (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
{
  "name": "liblo",
  "cleanup": [
    "/bin",
    "/include",
    "/lib/pkgconfig",
    "*.la",
    "*.a",
    "*.so"
  ],
  "build-options": {
    "env": {
      "CFLAGS": "-fPIC"
    }
  },
  "config-opts": [
    "--enable-static",
    "--disable-shared"
  ],
  "sources": [
    {
      "type": "archive",
      "url": "http://download.sf.net/sourceforge/liblo/liblo-0.31.tar.gz",
      "sha256": "2b4f446e1220dcd624ecd8405248b08b7601e9a0d87a0b94730c2907dbccc750"
    }
  ]
}