summaryrefslogtreecommitdiff
path: root/homebrew/cuetools/.beer
blob: e10fcebb7ab88c6a0206a75d452f06231c79763b (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
{
    "name": "Cuetools",
    "description": "Utilities for .cue and .toc files",
    "url": "https://github.com/svend/cuetools/archive/1.4.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/svend/cuetools",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "diff --git a/configure.ac b/configure.ac\n",
                "index f54bb92..84ab467 100644\n",
                "--- a/configure.ac\n",
                "+++ b/configure.ac\n",
                "@@ -1,5 +1,5 @@\n",
                " AC_INIT([cuetools], [1.4.0], [svend@ciffer.net])\n",
                "-AM_INIT_AUTOMAKE([-Wall -Werror foreign])\n",
                "+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability foreign])\n",
                " AC_PROG_CC\n",
                " AC_PROG_INSTALL\n",
                " AC_PROG_RANLIB\n"
            ]
        }
    ],
    "install": [
        "system \"autoreconf\", \"-i\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.1",
    "file": "cuetools.rb"
}