summaryrefslogtreecommitdiff
path: root/homebrew/pjproject/.beer
blob: 4788e3d31cf41570cc751d8a7bc2bc3f8e637194 (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
{
    "name": "Pjproject",
    "description": "C library for multimedia protocols such as SIP, SDP, RTP and more",
    "url": "https://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2",
    "mirror": null,
    "homepage": "https://www.pjsip.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"dep\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "arch = Utils.popen_read(\"uname -m\").chomp",
        "rel = Utils.popen_read(\"uname -r\").chomp",
        "bin.install \"pjsip-apps/bin/pjsua-#{arch}-apple-darwin#{rel}\" => \"pjsua\""
    ],
    "version": "2.7.2",
    "file": "pjproject.rb"
}