summaryrefslogtreecommitdiff
path: root/homebrew/czmq/.beer
blob: cd2c44bb9811445633430e10837ca9c4c07fdb29 (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
{
    "name": "Czmq",
    "description": "High-level C binding for ZeroMQ",
    "url": "https://github.com/zeromq/czmq/releases/download/v4.2.0/czmq-4.2.0.tar.gz",
    "mirror": null,
    "homepage": "http://czmq.zeromq.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "xmlto",
            "build-depend": true
        },
        {
            "depend": "zeromq",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"ZSYS_INTERFACE=lo0\", \"check-verbose\"",
        "system \"make\", \"install\"",
        "rm Dir[\"#{bin}/*.gsl\"]"
    ],
    "version": "4.2.0",
    "file": "czmq.rb"
}