~aleteoryx/sexchat

ref: 5883abb0ccb20e5025993983a17c45555cd19794 sexchat/flatpak/shared-modules/linux-audio/liblo-static.json -rw-r--r-- 480 bytes
5883abb0Aleteoryx readme rename 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
{
  "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"
    }
  ]
}