summaryrefslogtreecommitdiff
path: root/homebrew/ldapvi/.beer
blob: 2a880ac8fb0331989f46fb0bb4f1966491c6269c (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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "Ldapvi",
    "description": "Update LDAP entries with a text editor",
    "url": "http://www.lichteblau.com/download/ldapvi-1.7.tar.gz",
    "mirror": "https://deb.debian.org/debian/pool/main/l/ldapvi/ldapvi_1.7.orig.tar.gz",
    "homepage": "http://www.lichteblau.com/ldapvi/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "xz",
            "build-depend": false
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "popt",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://deb.debian.org/debian/pool/main/l/ldapvi/ldapvi_1.7-10.debian.tar.xz",
            "strip": "1"
        }
    ],
    "install": [
        "inreplace \"ldapvi.c\", \"if (lstat(sasl, &st) == -1) return;\",",
        "\"if (lstat(sasl, &st) == -1) return 0;\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.7",
    "file": "ldapvi.rb"
}