summaryrefslogtreecommitdiff
path: root/homebrew/minimodem/.beer
blob: 7666c0fd666503909267f73bc754677c9ef047ec (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
{
    "name": "Minimodem",
    "description": "General-purpose software audio FSK modem",
    "url": "http://www.whence.com/minimodem/minimodem-0.24.tar.gz",
    "mirror": "https://deb.debian.org/debian/pool/main/m/minimodem/minimodem_0.24.orig.tar.gz",
    "homepage": "http://www.whence.com/minimodem/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "fftw",
            "build-depend": false
        },
        {
            "depend": "libsndfile",
            "build-depend": false
        },
        {
            "depend": "pulseaudio",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-alsa\"",
        "system \"make\", \"install\""
    ],
    "version": "0.24",
    "file": "minimodem.rb"
}