summaryrefslogtreecommitdiff
path: root/homebrew/aprutil/.beer
blob: 5d9e566f50f8c6f39cde36a02f6e004253dcc431 (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
{
    "name": "AprUtil",
    "description": "Companion library to apr, the Apache Portable Runtime library",
    "url": "https://www.apache.org/dyn/closer.cgi?path=apr/apr-util-1.6.1.tar.bz2",
    "mirror": null,
    "homepage": "https://apr.apache.org/",
    "depends": [
        {
            "depend": "apr",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{libexec}\",",
        "\"--with-apr=#{Formula[\"apr\"].opt_prefix}\",",
        "\"--with-crypto\",",
        "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "bin.install_symlink Dir[\"#{libexec}/bin/*\"]",
        "rm Dir[libexec/\"lib/*.la\"]",
        "rm Dir[libexec/\"lib/apr-util-1/*.la\"]",
        "inreplace libexec/\"bin/apu-1-config\", libexec, opt_libexec"
    ],
    "version": "1.6.1",
    "file": "apr-util.rb"
}