summaryrefslogtreecommitdiff
path: root/homebrew/loudmouth/.beer
blob: cd8e6ba2afac73002ec4cd974a76ed94fe6effa8 (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": "Loudmouth",
    "description": "Lightweight C library for the Jabber protocol",
    "url": "https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2",
    "mirror": null,
    "homepage": "https://mcabber.com",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "libidn",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\", \"-n\" if build.head?",
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\", \"--with-ssl=gnutls\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\"",
        "(pkgshare/\"examples\").install Dir[\"examples/*.c\"]"
    ],
    "version": "1.5.3",
    "file": "loudmouth.rb"
}