summaryrefslogtreecommitdiff
path: root/homebrew/libdrawtext/.beer
blob: 8d5a700d4e03d24aa9d49f50488766d698bad476 (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
{
    "name": "Libdrawtext",
    "description": "Library for anti-aliased text rendering in OpenGL",
    "url": "https://github.com/jtsiomb/libdrawtext/archive/release_0.4.tar.gz",
    "mirror": null,
    "homepage": "http://nuclear.mutantstargoat.com/sw/libdrawtext/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "freetype",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dbg\", \"--enable-opt\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\"",
        "system \"make\", \"-C\", \"tools/font2glyphmap\"",
        "system \"make\", \"-C\", \"tools/font2glyphmap\", \"PREFIX=#{prefix}\", \"install\"",
        "pkgshare.install \"examples\""
    ],
    "version": "0.4",
    "file": "libdrawtext.rb"
}