summaryrefslogtreecommitdiff
path: root/homebrew/unixodbc/.beer
blob: 3ce65aa6d09ff68630e682d40c7ac3221eb88325 (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
{
    "name": "Unixodbc",
    "description": "ODBC 3 connectivity for UNIX",
    "url": "http://www.unixodbc.org/unixODBC-2.3.7.tar.gz",
    "mirror": null,
    "homepage": "http://www.unixodbc.org/",
    "depends": [
        {
            "depend": "libtool",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "virtuoso",
            "reason": "Both install `isql` binaries."
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--sysconfdir=#{etc}\",",
        "\"--enable-static\",",
        "\"--enable-gui=no\"",
        "system \"make\", \"install\""
    ],
    "version": "2.3.7",
    "file": "unixodbc.rb"
}