summaryrefslogtreecommitdiff
path: root/homebrew/pdfliblite/.beer
blob: ac0b95e8538986ed04dbce339796049f871cc095 (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
{
    "name": "PdflibLite",
    "description": "Subset of the functionality of PDFlib 7",
    "url": "https://dl.bintray.com/homebrew/mirror/pdflib-lite--7.0.5p3.tar.xz",
    "mirror": "https://fossies.org/linux/misc/old/PDFlib-Lite-7.0.5p3.tar.gz",
    "homepage": "https://www.pdflib.com/download/free-software/pdflib-lite-7/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"CPPFLAGS\"] = \"-isystem#{prefix}\"",
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-java\",",
        "\"--without-perl\",",
        "\"--without-py\",",
        "\"--without-tcl\",",
        "\"--without-ruby\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "7.0.5",
    "file": "pdflib-lite.rb"
}