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
|
{
"name": "KnotResolver",
"description": "Minimalistic, caching, DNSSEC-validating DNS resolver",
"url": "https://secure.nic.cz/files/knot-resolver/knot-resolver-3.2.1.tar.xz",
"mirror": null,
"homepage": "https://www.knot-resolver.cz",
"depends": [
{
"depend": "cmocka",
"build-depend": true
},
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "gnutls",
"build-depend": false
},
{
"depend": "knot",
"build-depend": false
},
{
"depend": "libuv",
"build-depend": false
},
{
"depend": "lmdb",
"build-depend": false
},
{
"depend": "luajit",
"build-depend": false
},
{
"depend": "nettle",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"cp \"etc/root.hints\", buildpath",
"(etc/\"kresd\").install \"root.hints\"",
"%w[all lib-install daemon-install client-install modules-install",
"check].each do |target|",
"system \"make\", target, \"PREFIX=#{prefix}\", \"ETCDIR=#{etc}/kresd\""
],
"version": "3.2.1",
"file": "knot-resolver.rb"
}
|