summaryrefslogtreecommitdiff
path: root/data/_libtiff/.beer
blob: 2f85bea9d551cc74fd6e89dd8b4431cde95a091a (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
{
    "name": "Libtiff",
    "description": "TIFF library and utilities",
    "url": "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz",
    "mirror": "https://fossies.org/linux/misc/tiff-4.0.10.tar.gz",
    "homepage": "http://libtiff.maptools.org/",
    "depends": [
        {
            "depend": "jpeg",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/d15e00544e7df009b5ad34f3b65351fc249092c0/libtiff/libtiff-CVE-2019-6128.patch",
            "strip": "1"
        }
    ],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--disable-dependency-tracking",
        "--disable-lzma",
        "--with-jpeg-include-dir=#{Formula[\"jpeg\"].opt_include}",
        "--with-jpeg-lib-dir=#{Formula[\"jpeg\"].opt_lib}",
        "--without-x",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "4.0.10",
    "file": "libtiff.rb"
}