summaryrefslogtreecommitdiff
path: root/homebrew/sproxy/.beer
blob: a8ab4ddce830f7524b80740f8184c2676725ff79 (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
{
    "name": "Sproxy",
    "description": "HTTP proxy server collecting URLs in a ",
    "url": "http://download.joedog.org/sproxy/sproxy-1.02.tar.gz",
    "mirror": null,
    "homepage": "https://www.joedog.org/sproxy-home/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"doc/Makefile.am\", \"$(prefix)/man\", \"$(mandir)\"",
        "inreplace \"lib/Makefile.am\", \"Makefile.PL\", \"Makefile.PL PREFIX=$(prefix)\"",
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.02",
    "file": "sproxy.rb"
}