summaryrefslogtreecommitdiff
path: root/homebrew/centerim/.beer
blob: 6f505f3f9b3df43509179fa97dc58bd01581df97 (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
{
    "name": "CenterIm",
    "description": "Text-mode multi-protocol instant messaging client",
    "url": "https://www.centerim.org/download/releases/centerim-4.22.10.tar.gz",
    "mirror": null,
    "homepage": "https://www.centerim.org/index.php/Main_Page",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/677cb38/center-im/patch-libjabber_jconn.c.diff",
            "strip": "0"
        },
        {
            "url": null,
            "data": [
                "diff --git a/libicq2000/libicq2000/sigslot.h b/libicq2000/libicq2000/sigslot.h\n",
                "index b7509c0..024774f 100644\n",
                "--- a/libicq2000/libicq2000/sigslot.h\n",
                "+++ b/libicq2000/libicq2000/sigslot.h\n",
                "@@ -82,6 +82,7 @@\n",
                " #ifndef SIGSLOT_H__\n",
                " #define SIGSLOT_H__\n",
                "\n",
                "+#include <cstdlib>\n",
                " #include <set>\n",
                " #include <list>\n"
            ]
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-msn\",",
        "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\", \"install\"",
        "inreplace bin/\"cimformathistory\", \"/bin/gawk\", \"/usr/bin/awk\""
    ],
    "version": "4.22.10",
    "file": "center-im.rb"
}