summaryrefslogtreecommitdiff
path: root/homebrew/usbredir/.beer
blob: 85aa6e5f02d02efac8ae3ec3f209ec93e42eeb82 (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": "Usbredir",
    "description": "USB traffic redirection library",
    "url": "https://www.spice-space.org/download/usbredir/usbredir-0.8.0.tar.bz2",
    "mirror": null,
    "homepage": "https://www.spice-space.org",
    "depends": [
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://gitlab.freedesktop.org/spice/usbredir/commit/985e79d5f98d5586d87204317462549332c1dd46.diff",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.8.0",
    "file": "usbredir.rb"
}