summaryrefslogtreecommitdiff
path: root/homebrew/libsmi/.beer
blob: 8ca05c3173875de5d5c4709fe80abbcccfe4fa01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Libsmi",
    "description": "Library to Access SMI MIB Information",
    "url": "https://www.ibr.cs.tu-bs.de/projects/libsmi/download/libsmi-0.5.0.tar.gz",
    "mirror": "https://www.mirrorservice.org/sites/distfiles.macports.org/libsmi/libsmi-0.5.0.tar.gz",
    "homepage": "https://www.ibr.cs.tu-bs.de/projects/libsmi/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.5.0",
    "file": "libsmi.rb"
}