summaryrefslogtreecommitdiff
path: root/homebrew/dynamips/.beer
blob: ca06e9ad11c3c0f12931c0bf833401ddbf40f07c (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
{
    "name": "Dynamips",
    "description": "Cisco 7200/3600/3725/3745/2600/1700 Router Emulator",
    "url": "https://github.com/GNS3/dynamips/archive/v0.2.20.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/GNS3/dynamips",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "libelf",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"CFLAGS\", \"-I#{Formula[\"libelf\"].include}/libelf\"",
        "ENV.deparallelize",
        "system \"cmake\", \".\", \"-DANY_COMPILER=1\", *std_cmake_args",
        "system \"make\", \"DYNAMIPS_CODE=stable\",",
        "\"DYNAMIPS_ARCH=amd64\",",
        "\"install\""
    ],
    "version": "0.2.20",
    "file": "dynamips.rb"
}