summaryrefslogtreecommitdiff
path: root/homebrew/baresip/.beer
blob: fd7db58a81bafcdd57211eb95dde929693ea03c0 (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
{
    "name": "Baresip",
    "description": "Modular SIP useragent",
    "url": "http://www.creytiv.com/pub/baresip-0.5.10.tar.gz",
    "mirror": null,
    "homepage": "http://www.creytiv.com/baresip.html",
    "depends": [
        {
            "depend": "libre",
            "build-depend": false
        },
        {
            "depend": "librem",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if MacOS::Xcode.version.to_i >= 7",
        "ENV.delete(\"SDKROOT\")",
        "ENV.delete(\"HOMEBREW_SDKROOT\") if MacOS::Xcode.without_clt?",
        "end",
        "libre = Formula[\"libre\"]",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\",",
        "\"LIBRE_MK=#{libre.opt_share}/re/re.mk\",",
        "\"LIBRE_INC=#{libre.opt_include}/re\",",
        "\"LIBRE_SO=#{libre.opt_lib}\",",
        "\"MOD_AUTODETECT=\",",
        "\"USE_AVCAPTURE=1\",",
        "\"USE_COREAUDIO=1\",",
        "\"USE_G711=1\",",
        "\"USE_OPENGL=1\",",
        "\"USE_STDIO=1\",",
        "\"USE_UUID=1\""
    ],
    "version": "0.5.10",
    "file": "baresip.rb"
}