summaryrefslogtreecommitdiff
path: root/homebrew/fourstore/.beer
blob: d7086070df9ba022e29890ef5a215a8aaf6b36ac (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
55
56
57
58
59
{
    "name": "Fourstore",
    "description": "Efficient, stable RDF database",
    "url": "https://github.com/4store/4store/archive/v1.1.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/4store/4store",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        },
        {
            "depend": "raptor",
            "build-depend": false
        },
        {
            "depend": "rasqal",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(buildpath/\".version\").write(\"v1.1.6\")",
        "system \"./autogen.sh\"",
        "(var/\"fourstore\").mkpath",
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-storage-path=#{var}/fourstore\",",
        "\"--sysconfdir=#{etc}/fourstore\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.6",
    "file": "fourstore.rb"
}