summaryrefslogtreecommitdiff
path: root/homebrew/privoxy/.beer
blob: 15ee6ef61420c80c4fe978020e788adc86b029ff (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
{
    "name": "Privoxy",
    "description": "Advanced filtering web proxy",
    "url": "https://downloads.sourceforge.net/project/ijbswa/Sources/3.0.28%20%28stable%29/privoxy-3.0.28-stable-src.tar.gz",
    "mirror": null,
    "homepage": "https://www.privoxy.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"LDFLAGS\", \"-L#{HOMEBREW_PREFIX}/lib\"",
        "system \"autoreconf\", \"-i\"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--sysconfdir=#{etc}/privoxy\",",
        "\"--localstatedir=#{var}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "3.0.28",
    "file": "privoxy.rb"
}