summaryrefslogtreecommitdiff
path: root/data/arping/.beer
blob: 7f9d9abf8fa888c4ba37a663bf3c3dd2528a28fd (plain)
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
{
    "name": "Arping",
    "description": "Utility to check whether MAC addresses are already taken on a LAN",
    "url": "https://github.com/ThomasHabets/arping/archive/arping-2.19.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ThomasHabets/arping",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libnet",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap.sh\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.19",
    "file": "arping.rb"
}