1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Packetq",
"description": "SQL-frontend to PCAP-files",
"url": "https://www.dns-oarc.net/files/packetq/packetq-1.4.1.tar.gz",
"mirror": null,
"homepage": "https://www.dns-oarc.net/tools/packetq",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.4.1",
"file": "packetq.rb"
}
|