summaryrefslogtreecommitdiff
path: root/homebrew/srmio/.beer
blob: 18ab369fdb903dfdb41d832ab686815ed7901257 (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": "Srmio",
    "description": "C library to access the PowerControl of a SRM bike power meter",
    "url": "http://www.zuto.de/project/files/srmio/srmio-0.1.1~git1.tar.gz",
    "mirror": null,
    "homepage": "http://www.zuto.de/project/srmio/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "chmod 0755, \"genautomake.sh\"",
        "system \"./genautomake.sh\"",
        "end",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.1",
    "file": "srmio.rb"
}