summaryrefslogtreecommitdiff
path: root/homebrew/flickcurl/.beer
blob: e44a71a5e4fd43aec463251d52e2bb2bd43dc58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Flickcurl",
    "description": "Library for the Flickr API",
    "url": "http://download.dajobe.org/flickcurl/flickcurl-1.26.tar.gz",
    "mirror": null,
    "homepage": "http://librdf.org/flickcurl/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.26",
    "file": "flickcurl.rb"
}