summaryrefslogtreecommitdiff
path: root/homebrew/stk/.beer
blob: 4c2a719c278d2ec0d221ca941a8ca930fcd30d70 (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
{
    "name": "Stk",
    "description": "Sound Synthesis Toolkit",
    "url": "https://ccrma.stanford.edu/software/stk/release/stk-4.6.0.tar.gz",
    "mirror": null,
    "homepage": "https://ccrma.stanford.edu/software/stk/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-debug\"",
        "system \"make\"",
        "lib.install \"src/libstk.a\"",
        "bin.install \"bin/treesed\"",
        "(include/\"stk\").install Dir[\"include/*\"]",
        "doc.install Dir[\"doc/*\"]",
        "pkgshare.install \"src\", \"projects\", \"rawwaves\""
    ],
    "version": "4.6.0",
    "file": "stk.rb"
}