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
|
{
"name": "Bwctl",
"description": "Command-line tool and daemon for network measuring tools",
"url": "https://software.internet2.edu/sources/bwctl/bwctl-1.5.4.tar.gz",
"mirror": null,
"homepage": "https://software.internet2.edu/bwctl/",
"depends": [
{
"depend": "i2util",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"configure\", 'CFLAGS=\"-I$I2util_dir/include $CFLAGS\"', 'CFLAGS=\"-I$with_I2util/include $CFLAGS\"'",
"system \"./configure\", \"--disable-debug\",",
"\"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--mandir=#{man}\",",
"\"--with-I2util=#{Formula[\"i2util\"].opt_prefix}\"",
"system \"make\", \"install\""
],
"version": "1.5.4",
"file": "bwctl.rb"
}
|