summaryrefslogtreecommitdiff
path: root/homebrew/xmp/.beer
blob: 36a4b30c7a03fd0e01947cde5c561bb4210ad4b7 (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
{
    "name": "Xmp",
    "description": "Command-line player for module music formats (MOD, S3M, IT, etc)",
    "url": "https://downloads.sourceforge.net/project/xmp/xmp/4.1.0/xmp-4.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://xmp.sourceforge.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libxmp",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "system \"glibtoolize\"",
        "system \"aclocal\"",
        "system \"autoconf\"",
        "system \"automake\", \"--add-missing\"",
        "end",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "4.1.0",
    "file": "xmp.rb"
}