summaryrefslogtreecommitdiff
path: root/homebrew/moc/.beer
blob: 70017a5bf240a3d25b621f35ee30f63a38816e45 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
    "name": "Moc",
    "description": "Terminal-based music player",
    "url": "http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2",
    "mirror": null,
    "homepage": "https://moc.daper.net/",
    "depends": [
        {
            "depend": "popt",
            "build-depend": false
        },
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "berkeley-db",
            "build-depend": false
        },
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "jack",
            "build-depend": false
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "ncurses",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/514941c/moc/01-codec-2.5.2.patch",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/514941c/moc/02-codecpar-2.5.2.patch",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/514941c/moc/03-defines-2.5.2.patch",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/514941c/moc/04-lockmgr-2.5.2.patch",
            "strip": "1"
        },
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/514941c/moc/05-audio4-2.5.2.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"autoreconf\", \"-fvi\"",
        "system \"./configure\", \"--disable-debug\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.5.2",
    "file": "moc.rb"
}