summaryrefslogtreecommitdiff
path: root/data/cares/.beer
blob: 9b5fd3fa97c734e1223c05b43c4bed61b7579e59 (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
{
    "name": "CAres",
    "description": "Asynchronous DNS library",
    "url": "https://c-ares.haxx.se/download/c-ares-1.15.0.tar.gz",
    "mirror": null,
    "homepage": "https://c-ares.haxx.se/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./buildconf\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-debug\"",
        "system \"make\", \"install\""
    ],
    "version": "1.15.0",
    "file": "c-ares.rb"
}