summaryrefslogtreecommitdiff
path: root/homebrew/ntp/.beer
blob: 3bebdbd17de389ba912f74e9d62330f4c3f1e113 (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
{
    "name": "Ntp",
    "description": "The Network Time Protocol (NTP) Distribution",
    "url": "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p13.tar.gz",
    "mirror": null,
    "homepage": "https://www.eecis.udel.edu/~mills/ntp/html/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--prefix=#{prefix}",
        "--with-openssl-libdir=#{Formula[\"openssl\"].lib}",
        "--with-openssl-incdir=#{Formula[\"openssl\"].include}",
        "--with-net-snmp-config=no",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\", \"LDADD_LIBNTP=-lresolv -undefined dynamic_lookup\""
    ],
    "version": "4.2.8",
    "file": "ntp.rb"
}