summaryrefslogtreecommitdiff
path: root/homebrew/libpst/.beer
blob: c118aa4f6528f5d3640b5eb83958baede4e20a6e (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
{
    "name": "Libpst",
    "description": "Utilities for the PST file format",
    "url": "https://www.five-ten-sg.com/libpst/packages/libpst-0.6.72.tar.gz",
    "mirror": null,
    "homepage": "https://www.five-ten-sg.com/libpst/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "libgsf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--disable-python",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.6.72",
    "file": "libpst.rb"
}