summaryrefslogtreecommitdiff
path: root/homebrew/coccinelle/.beer
blob: 962490009c033e6b9561257c5a547962606f2b82 (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
46
47
48
{
    "name": "Coccinelle",
    "description": "Program matching and transformation engine for C code",
    "url": "http://coccinelle.lip6.fr/distrib/coccinelle-1.0.6.tgz",
    "mirror": null,
    "homepage": "http://coccinelle.lip6.fr/",
    "depends": [
        {
            "depend": "hevea",
            "build-depend": true
        },
        {
            "depend": "opam",
            "build-depend": true
        },
        {
            "depend": "camlp4",
            "build-depend": false
        },
        {
            "depend": "ocaml",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"OCAMLPARAM\"] = \"safe-string=0,_\" ",
        "opamroot = buildpath/\"opamroot\"",
        "ENV[\"OPAMROOT\"] = opamroot",
        "ENV[\"OPAMYES\"] = \"1\"",
        "system \"opam\", \"init\", \"--no-setup\"",
        "system \"opam\", \"install\", \"ocamlfind\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--enable-release\",",
        "\"--enable-ocaml\",",
        "\"--enable-opt\",",
        "\"--enable-ocaml\",",
        "\"--with-pdflatex=no\",",
        "\"--prefix=#{prefix}\"",
        "system \"opam\", \"config\", \"exec\", \"--\", \"make\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"demos/simple.cocci\", \"demos/simple.c\""
    ],
    "version": "1.0.6",
    "file": "coccinelle.rb"
}