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
|
{
"name": "Lldpd",
"description": "Implementation of IEEE 802.1ab (LLDP)",
"url": "https://media.luffy.cx/files/lldpd/lldpd-1.0.3.tar.gz",
"mirror": null,
"homepage": "https://vincentbernat.github.io/lldpd/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "libevent",
"build-depend": false
},
{
"depend": "readline",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"(var/\"run\").mkpath"
],
"version": "1.0.3",
"file": "lldpd.rb"
}
|