summaryrefslogtreecommitdiff
path: root/homebrew/ocamlsdl/.beer
blob: b85f2f5ff4618e52d51e65c0abf1ebb5623bbc15 (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": "Ocamlsdl",
    "description": "OCaml interface with the SDL C library",
    "url": "https://downloads.sourceforge.net/project/ocamlsdl/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-0.9.1.tar.gz",
    "mirror": null,
    "homepage": "https://ocamlsdl.sourceforge.io/",
    "depends": [
        {
            "depend": "ocaml",
            "build-depend": false
        },
        {
            "depend": "sdl",
            "build-depend": false
        },
        {
            "depend": "sdl_gfx",
            "build-depend": false
        },
        {
            "depend": "sdl_image",
            "build-depend": false
        },
        {
            "depend": "sdl_mixer",
            "build-depend": false
        },
        {
            "depend": "sdl_ttf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"OCAMLPARAM\"] = \"safe-string=0,_\" ",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"OCAMLLIB=#{lib}/ocaml\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.1",
    "file": "ocamlsdl.rb"
}