summaryrefslogtreecommitdiff
path: root/homebrew/libmpd/.beer
blob: 72324434d4633b5d494178b6d898e06c4a13567d (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
{
    "name": "Libmpd",
    "description": "Higher level access to MPD functions",
    "url": "https://www.musicpd.org/download/libmpd/11.8.17/libmpd-11.8.17.tar.gz",
    "mirror": null,
    "homepage": "https://gmpc.wikia.com/wiki/Gnome_Music_Player_Client",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "11.8.17",
    "file": "libmpd.rb"
}