summaryrefslogtreecommitdiff
path: root/homebrew/djview4/.beer
blob: f5631cd435fc12dc2a221a4e78894fea3de209fc (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
{
    "name": "Djview4",
    "description": "Viewer for the DjVu image format",
    "url": "https://downloads.sourceforge.net/project/djvu/DjView/4.10/djview-4.10.6.tar.gz",
    "mirror": null,
    "homepage": "https://djvu.sourceforge.io/djview4.html",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "djvulibre",
            "build-depend": false
        },
        {
            "depend": "qt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"src/djview.pro\", \"10.6\", MacOS.version",
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-x=no\",",
        "\"--disable-nsdejavu\",",
        "\"--disable-desktopfiles\"",
        "system \"make\", \"CC=#{ENV.cc}\", \"CXX=#{ENV.cxx}\"",
        "prefix.install \"src/djview.app\""
    ],
    "version": "4.10.6",
    "file": "djview4.rb"
}