summaryrefslogtreecommitdiff
path: root/homebrew/xmlsecurityc/.beer
blob: 946c296579fb1486965e9aaeb5b135a9bc6943ff (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
{
    "name": "XmlSecurityC",
    "description": "Implementation of primary security standards for XML",
    "url": "https://www.apache.org/dyn/closer.cgi?path=/santuario/c-library/xml-security-c-2.0.2.tar.bz2",
    "mirror": "https://archive.apache.org/dist/santuario/c-library/xml-security-c-2.0.2.tar.bz2",
    "homepage": "https://santuario.apache.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "xerces-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\",",
        "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.0.2",
    "file": "xml-security-c.rb"
}