summaryrefslogtreecommitdiff
path: root/homebrew/lincityng/.beer
blob: 6e71ff27e4c3d80caea712a4fd40ef80ea8e6be9 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
    "name": "LincityNg",
    "description": "City simulation game",
    "url": "https://github.com/lincity-ng/lincity-ng/archive/lincity-ng-2.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/lincity-ng/lincity-ng/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "jam",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "physfs",
            "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": [
        "system 'cat data/gui/creditslist.xml | grep -v \"@\" | cut -d\\> -f2 | cut -d\\< -f1 >CREDITS'",
        "system \"./autogen.sh\"",
        "system \"./configure\", \"--disable-sdltest\",",
        "\"--with-apple-opengl-framework\",",
        "\"--prefix=#{prefix}\",",
        "\"--datarootdir=#{pkgshare}\"",
        "system \"jam\", \"install\"",
        "rm_rf [\"#{pkgshare}/applications\", \"#{pkgshare}/pixmaps\"]"
    ],
    "version": "2.0",
    "file": "lincity-ng.rb"
}