summaryrefslogtreecommitdiff
path: root/homebrew/usbmuxd/.beer
blob: 0bfb829cdb1b4fc6525af89f0bd6a21dd62928ef (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": "Usbmuxd",
    "description": "USB multiplexor daemon for iPhone and iPod Touch devices",
    "url": "https://www.libimobiledevice.org/downloads/libusbmuxd-1.0.10.tar.bz2",
    "mirror": null,
    "homepage": "https://www.libimobiledevice.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libplist",
            "build-depend": false
        },
        {
            "depend": "libusb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/libimobiledevice/libusbmuxd/commit/4397b3376dc4.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.10",
    "file": "usbmuxd.rb"
}