summaryrefslogtreecommitdiff
path: root/homebrew/freeimage/.beer
blob: f1727f2d7122ff720156d5778dce23fec638de1c (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
{
    "name": "Freeimage",
    "description": "Library for FreeImage, a dependency-free graphics library",
    "url": "https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/3.18.0/FreeImage3180.zip",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/freeimage",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/4dcf528/freeimage/3.17.0.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"-f\", \"Makefile.gnu\"",
        "system \"make\", \"-f\", \"Makefile.gnu\", \"install\", \"PREFIX=#{prefix}\"",
        "system \"make\", \"-f\", \"Makefile.fip\"",
        "system \"make\", \"-f\", \"Makefile.fip\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "3180",
    "file": "freeimage.rb"
}