summaryrefslogtreecommitdiff
path: root/homebrew/jxrlib/.beer
blob: e10b865a9078bd0702f3af16b6cf3cec7f3e7f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Jxrlib",
    "description": "Tools for JPEG-XR image encoding/decoding",
    "url": "https://deb.debian.org/debian/pool/main/j/jxrlib/jxrlib_1.1.orig.tar.gz",
    "mirror": null,
    "homepage": "https://archive.codeplex.com/?p=jxrlib",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "lib.install %w[libjxrglue.a libjpegxr.a]",
        "bin.install %w[JxrEncApp JxrDecApp]",
        "include.install %w[common image]",
        "include.install \"jxrgluelib\" => \"glue\"",
        "include.install \"jxrtestlib\" => \"test\"",
        "doc.install Dir[\"doc/*\"]"
    ],
    "version": "1.1",
    "file": "jxrlib.rb"
}