summaryrefslogtreecommitdiff
path: root/homebrew/pbzip2/.beer
blob: 8536d694e263ab4a1cb469efb501fc2358536ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Pbzip2",
    "description": "Parallel bzip2",
    "url": "https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz",
    "mirror": null,
    "homepage": "https://web.archive.org/web/20180226093549/compression.ca/pbzip2/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\",",
        "\"CC=#{ENV.cxx}\",",
        "\"CFLAGS=#{ENV.cflags}\",",
        "\"PREFIX=#{prefix}\",",
        "\"install\""
    ],
    "version": "1.1.13",
    "file": "pbzip2.rb"
}