summaryrefslogtreecommitdiff
path: root/homebrew/tta/.beer
blob: d141bef8c99aa8b68c198a9f29e4525592c4e920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Tta",
    "description": "Lossless audio codec",
    "url": "https://downloads.sourceforge.net/project/tta/tta/libtta/libtta-2.2.tar.gz",
    "mirror": null,
    "homepage": "https://web.archive.org/web/20100131140204/true-audio.com/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--enable-sse4\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2",
    "file": "tta.rb"
}