summaryrefslogtreecommitdiff
path: root/homebrew/libcanberra/.beer
blob: e439e480dcef369392fa3ac4a98f63c7db841951 (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
39
40
41
42
43
44
45
{
    "name": "Libcanberra",
    "description": "Implementation of XDG Sound Theme and Name Specifications",
    "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz",
    "mirror": null,
    "homepage": "http://0pointer.de/lennart/projects/libcanberra/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gtk-doc",
            "build-depend": false
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--no-create\"",
        "inreplace \"config.status\", \"-Wl,--as-needed -Wl,--gc-sections\", \"\"",
        "system \"./config.status\"",
        "system \"make\", \"install\""
    ],
    "version": "0.30",
    "file": "libcanberra.rb"
}