summaryrefslogtreecommitdiff
path: root/homebrew/liblockfile/.beer
blob: c5d31ceaba6059a460714f8f89df4f68c85369c1 (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
{
    "name": "Liblockfile",
    "description": "Library providing functions to lock standard mailboxes",
    "url": "https://deb.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.14.orig.tar.gz",
    "mirror": null,
    "homepage": "https://tracker.debian.org/pkg/liblockfile",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile.in\", \" -g root \", \" \"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-debug\",",
        "\"--with-mailgroup=staff\",",
        "\"--prefix=#{prefix}\",",
        "\"--sysconfdir=#{etc}\",",
        "\"--mandir=#{man}\"",
        "bin.mkpath",
        "lib.mkpath",
        "include.mkpath",
        "man1.mkpath",
        "man3.mkpath",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.14",
    "file": "liblockfile.rb"
}