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
56
57
58
59
60
61
62
63
64
65
66
67
|
{
"name": "Mcabber",
"description": "Console Jabber client",
"url": "https://mcabber.com/files/mcabber-1.1.0.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": "glib",
"build-depend": false
},
{
"depend": "gpgme",
"build-depend": false
},
{
"depend": "libgcrypt",
"build-depend": false
},
{
"depend": "libidn",
"build-depend": false
},
{
"depend": "libotr",
"build-depend": false
},
{
"depend": "loudmouth",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"if build.head?",
"cd \"mcabber\"",
"inreplace \"autogen.sh\", \"libtoolize\", \"glibtoolize\"",
"system \"./autogen.sh\"",
"end",
"system \"./configure\", \"--disable-debug\",",
"\"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--enable-otr\"",
"system \"make\", \"install\"",
"pkgshare.install %w[mcabberrc.example contrib]"
],
"version": "1.1.0",
"file": "mcabber.rb"
}
|