summaryrefslogtreecommitdiff
path: root/homebrew/ortp/.beer
blob: 362d458949b9aef0bf9c4825badb8455e5396b65 (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": "Ortp",
    "description": "Real-time transport protocol (RTP, RFC3550) library",
    "url": "https://nongnu.askapache.com/linphone/ortp/sources/ortp-0.27.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.linphone.org/technical-corner/ortp/overview",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "mbedtls",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "bctoolbox",
            "url": "https://github.com/BelledonneCommunications/bctoolbox/archive/0.6.0.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resource(\"bctoolbox\").stage do",
        "args = std_cmake_args + %W[",
        "-DCMAKE_INSTALL_PREFIX=#{libexec}",
        "-DENABLE_TESTS_COMPONENT=OFF",
        "]",
        "system \"cmake\", \".\", *args",
        "system \"make\", \"install\""
    ],
    "version": "0.27.0",
    "file": "ortp.rb"
}