summaryrefslogtreecommitdiff
path: root/homebrew/libgsf/.beer
blob: 45433adc08de80c64acf98ea8b43cf28cd290e7c (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
52
53
54
55
{
    "name": "Libgsf",
    "description": "I/O abstraction library for dealing with structured file formats",
    "url": "https://download.gnome.org/sources/libgsf/1.14/libgsf-1.14.45.tar.xz",
    "mirror": null,
    "homepage": "https://developer.gnome.org/gsf/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gtk-doc",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "intltool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[--disable-dependency-tracking --prefix=#{prefix}]",
        "if build.head?",
        "system \"./autogen.sh\", *args",
        "else",
        "system \"./configure\", *args",
        "end",
        "system \"make\", \"install\""
    ],
    "version": "1.14.45",
    "file": "libgsf.rb"
}