summaryrefslogtreecommitdiff
path: root/homebrew/ocp/.beer
blob: 7f172e277fae03ba2e8d4df8a6777736d86b8836 (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
{
    "name": "Ocp",
    "description": "UNIX port of the Open Cubic Player",
    "url": "https://downloads.sourceforge.net/project/opencubicplayer/ocp-0.1.21/ocp-0.1.21.tar.bz2",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/opencubicplayer/",
    "depends": [
        {
            "depend": "flac",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "args = %W[",
        "--prefix=#{prefix}",
        "--without-x11",
        "--without-sdl",
        "--without-desktop_file_install",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.21",
    "file": "ocp.rb"
}