summaryrefslogtreecommitdiff
path: root/homebrew/mp4v2/.beer
blob: 1c72baf223a014fba49b36fb4070f85df888ac20 (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
{
    "name": "Mp4v2",
    "description": "Read, create, and modify MP4 files",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-2.0.0.tar.bz2",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/mp4v2/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "bento4",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "system \"make\", \"install-man\""
    ],
    "version": "2.0.0",
    "file": "mp4v2.rb"
}