summaryrefslogtreecommitdiff
path: root/homebrew/libagar/.beer
blob: a13a4f706d3c99a0040aaa15f80625d0fa9b7ce0 (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
{
    "name": "Libagar",
    "description": "Cross-platform GUI toolkit",
    "url": "http://stable.hypertriton.com/agar/agar-1.5.0.tar.gz",
    "mirror": null,
    "homepage": "http://libagar.org/",
    "depends": [
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "jpeg",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "sdl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\", \"MANDIR="
    ],
    "version": "1.5.0",
    "file": "libagar.rb"
}