{ "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" }