summaryrefslogtreecommitdiff
path: root/homebrew/scummvmtools/.beer
blob: f21761958abd7aaffdbf7379ada42a1a8d8e7651 (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
{
    "name": "ScummvmTools",
    "description": "Collection of tools for ScummVM",
    "url": "https://www.scummvm.org/frs/scummvm-tools/2.0.0/scummvm-tools-2.0.0.tar.xz",
    "mirror": null,
    "homepage": "https://www.scummvm.org/",
    "depends": [
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "flac",
            "build-depend": false
        },
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        },
        {
            "depend": "wxmac",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.0.0",
    "file": "scummvm-tools.rb"
}