summaryrefslogtreecommitdiff
path: root/homebrew/mldonkey/.beer
blob: f0a01831f2e43dfedcd9a4614f3cf4909c621d80 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "name": "Mldonkey",
    "description": "OCaml/GTK client for the eDonkey P2P network",
    "url": "https://github.com/ygrek/mldonkey/releases/download/release-3-1-6/mldonkey-3.1.6.tar.bz2",
    "mirror": null,
    "homepage": "https://mldonkey.sourceforge.io",
    "depends": [
        {
            "depend": "camlp4",
            "build-depend": true
        },
        {
            "depend": "ocaml",
            "build-depend": true
        },
        {
            "depend": "ocaml-num",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gd",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"OCAMLPARAM\"] = \"safe-string=0,_\" ",
        "ENV.deparallelize",
        "ENV[\"OCAMLC\"] = \"#{HOMEBREW_PREFIX}/bin/ocamlc.opt -cc #{ENV.cc}\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-magic\"",
        "system \"make\", \"install\""
    ],
    "version": "3.1.6",
    "file": "mldonkey.rb"
}