summaryrefslogtreecommitdiff
path: root/homebrew/libvirtglib/.beer
blob: a4c0196c660c2488681bd53bdb56ae247f841aee (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
51
{
    "name": "LibvirtGlib",
    "description": "Libvirt API for glib-based programs",
    "url": "https://libvirt.org/sources/glib/libvirt-glib-2.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://libvirt.org/",
    "depends": [
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "intltool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "libvirt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"libvirt-gconfig/Makefile.in\", /^.*-Wl,--version-script=.*$\\n/, \"\"",
        "inreplace \"libvirt-glib/Makefile.in\",    /^.*-Wl,--version-script=.*$\\n/, \"\"",
        "inreplace \"libvirt-gobject/Makefile.in\", /^.*-Wl,--version-script=.*$\\n/, \"\"",
        "args = %W[",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--enable-introspection",
        "--prefix=#{prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "2.0.0",
    "file": "libvirt-glib.rb"
}