summaryrefslogtreecommitdiff
path: root/homebrew/audiofile/.beer
blob: fd0f5826c6dedfad010822e4f3b6a9ae850a2dd5 (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
47
48
49
50
{
    "name": "Audiofile",
    "description": "Reads and writes many common audio file formats",
    "url": "https://audiofile.68k.org/audiofile-0.3.6.tar.gz",
    "mirror": null,
    "homepage": "https://audiofile.68k.org/",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://deb.debian.org/debian/pool/main/a/audiofile/audiofile_0.3.6-4.debian.tar.xz",
            "strip": "1"
        },
        {
            "url": "https://deb.debian.org/debian/pool/main/a/audiofile/audiofile_0.3.6-4.debian.tar.xz",
            "strip": "1"
        }
    ],
    "install": [
        "if build.head?",
        "inreplace \"autogen.sh\", \"libtool\", \"glibtool\"",
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
        "end",
        "configure = build.head? ? \"./autogen.sh\" : \"./configure\"",
        "args = [\"--disable-dependency-tracking\", \"--prefix=#{prefix}\"]",
        "system configure, *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.3.6",
    "file": "audiofile.rb"
}