summaryrefslogtreecommitdiff
path: root/homebrew/liblo/.beer
blob: 4e1208daf92d9db53d5e98eb805bc8252b8aad20 (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
{
    "name": "Liblo",
    "description": "Lightweight Open Sound Control implementation",
    "url": "https://downloads.sourceforge.net/project/liblo/liblo/0.29/liblo-0.29.tar.gz",
    "mirror": null,
    "homepage": "https://liblo.sourceforge.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "]",
        "if build.head?",
        "system \"./autogen.sh\", *args",
        "else",
        "system \"./configure\", *args",
        "end",
        "system \"make\", \"install\""
    ],
    "version": "0.29",
    "file": "liblo.rb"
}