summaryrefslogtreecommitdiff
path: root/homebrew/apr/.beer
blob: 42f824ae3b9ab838025dd2be5905662640d0591b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Apr",
    "description": "Apache Portable Runtime library",
    "url": "https://www.apache.org/dyn/closer.cgi?path=apr/apr-1.7.0.tar.bz2",
    "mirror": null,
    "homepage": "https://apr.apache.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"SED\"] = \"sed\" ",
        "ENV.deparallelize",
        "system \"./configure\", \"--prefix=#{libexec}\"",
        "system \"make\", \"install\"",
        "bin.install_symlink Dir[\"#{libexec}/bin/*\"]",
        "rm Dir[libexec/\"lib/*.la\"]",
        "inreplace libexec/\"bin/apr-1-config\", libexec, opt_libexec"
    ],
    "version": "1.7.0",
    "file": "apr.rb"
}