summaryrefslogtreecommitdiff
path: root/homebrew/cubeb/.beer
blob: 80729ba81b18fb71721fa87a91d45ba3d8ee9ffb (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
30
31
32
33
34
35
36
37
38
{
    "name": "Cubeb",
    "description": "Cross-platform audio library",
    "url": "https://github.com/kinetiknz/cubeb/archive/cubeb-0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/kinetiknz/cubeb",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"--install\"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.2",
    "file": "cubeb.rb"
}