summaryrefslogtreecommitdiff
path: root/homebrew/rtmpdump/.beer
blob: f8425c571b832aacd22c9e7a991746cd5e426f87 (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
{
    "name": "Rtmpdump",
    "description": "Tool for downloading RTMP streaming media",
    "url": "https://deb.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz",
    "mirror": null,
    "homepage": "https://rtmpdump.mplayerhq.hu/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "flvstreamer",
            "reason": "both install "
        }
    ],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"make\", \"CC=#{ENV.cc}\",",
        "\"XCFLAGS=#{ENV.cflags}\",",
        "\"XLDFLAGS=#{ENV.ldflags}\",",
        "\"MANDIR=#{man}\",",
        "\"SYS=darwin\",",
        "\"prefix=#{prefix}\",",
        "\"sbindir=#{bin}\",",
        "\"install\""
    ],
    "version": "2.4",
    "file": "rtmpdump.rb"
}