summaryrefslogtreecommitdiff
path: root/homebrew/guichan/.beer
blob: f04b066055a294fd511320de88e013ea6bcaaf86 (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
{
    "name": "Guichan",
    "description": "Small, efficient C++ GUI library designed for games",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/guichan/guichan-0.8.2.tar.gz",
    "mirror": null,
    "homepage": "https://guichan.sourceforge.io/",
    "depends": [
        {
            "depend": "sdl_image",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "fixedfont.bmp",
            "url": "https://guichan.sourceforge.io/oldsite/images/fixedfont.bmp"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"CPPFLAGS\", \"-I#{Formula[\"sdl_image\"].opt_include}/SDL\"",
        "ENV.append \"LDFLAGS\", \"-lSDL -lSDL_image -framework OpenGL\"",
        "inreplace \"src/opengl/Makefile.in\", \"-no-undefined\", \" \"",
        "inreplace \"src/sdl/Makefile.in\", \"-no-undefined\", \" \"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.8.2",
    "file": "guichan.rb"
}