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": "Gloox",
"description": "C++ Jabber/XMPP library that handles the low-level protocol",
"url": "https://camaya.net/download/gloox-1.0.22.tar.bz2",
"mirror": null,
"homepage": "https://camaya.net/gloox/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "libidn",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--with-zlib\",",
"\"--disable-debug\",",
"\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
"system \"make\", \"install\""
],
"version": "1.0.22",
"file": "gloox.rb"
}
|