summaryrefslogtreecommitdiff
path: root/homebrew/rasqal/.beer
blob: a9c2b076ac372fc08d6afd6efd066486d5e94aab (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
{
    "name": "Rasqal",
    "description": "RDF query library",
    "url": "http://download.librdf.org/source/rasqal-0.9.33.tar.gz",
    "mirror": null,
    "homepage": "http://librdf.org/rasqal/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "raptor",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-html-dir=#{share}/doc\",",
        "\"--disable-dependency-tracking\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.33",
    "file": "rasqal.rb"
}