summaryrefslogtreecommitdiff
path: root/homebrew/libmetalink/.beer
blob: 41a7ae23aa34b08591f3fd5b340431675660cd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Libmetalink",
    "description": "C library to parse Metalink XML files",
    "url": "https://launchpad.net/libmetalink/trunk/libmetalink-0.1.3/+download/libmetalink-0.1.3.tar.xz",
    "mirror": null,
    "homepage": "https://launchpad.net/libmetalink/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.3",
    "file": "libmetalink.rb"
}