diff options
Diffstat (limited to 'homebrew/bwctl')
-rw-r--r-- | homebrew/bwctl/.beer | 27 | ||||
-rw-r--r-- | homebrew/bwctl/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/bwctl/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/bwctl/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/bwctl/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/bwctl/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/bwctl/download.sh | 1 |
7 files changed, 36 insertions, 0 deletions
diff --git a/homebrew/bwctl/.beer b/homebrew/bwctl/.beer new file mode 100644 index 000000000..5b7e5bebf --- /dev/null +++ b/homebrew/bwctl/.beer @@ -0,0 +1,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" +}
\ No newline at end of file diff --git a/homebrew/bwctl/.make.sh-auto b/homebrew/bwctl/.make.sh-auto new file mode 100644 index 000000000..b65c730a5 --- /dev/null +++ b/homebrew/bwctl/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "configure", 'CFLAGS="-I$I2util_dir/include $CFLAGS"', 'CFLAGS="-I$with_I2util/include $CFLAGS"' +pkg:configure --disable-dependency-tracking --with-I2util=#{Formula[i2util"].opt_prefix}" +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/bwctl/_metadata/description b/homebrew/bwctl/_metadata/description new file mode 100644 index 000000000..d572e7839 --- /dev/null +++ b/homebrew/bwctl/_metadata/description @@ -0,0 +1 @@ +Command-line tool and daemon for network measuring tools diff --git a/homebrew/bwctl/_metadata/homepage b/homebrew/bwctl/_metadata/homepage new file mode 100644 index 000000000..5673ef16d --- /dev/null +++ b/homebrew/bwctl/_metadata/homepage @@ -0,0 +1 @@ +https://software.internet2.edu/bwctl/ diff --git a/homebrew/bwctl/_metadata/name b/homebrew/bwctl/_metadata/name new file mode 100644 index 000000000..089224a25 --- /dev/null +++ b/homebrew/bwctl/_metadata/name @@ -0,0 +1 @@ +Bwctl diff --git a/homebrew/bwctl/_metadata/version b/homebrew/bwctl/_metadata/version new file mode 100644 index 000000000..94fe62c27 --- /dev/null +++ b/homebrew/bwctl/_metadata/version @@ -0,0 +1 @@ +1.5.4 diff --git a/homebrew/bwctl/download.sh b/homebrew/bwctl/download.sh new file mode 100755 index 000000000..d4dc5e74c --- /dev/null +++ b/homebrew/bwctl/download.sh @@ -0,0 +1 @@ +wget https://software.internet2.edu/sources/bwctl/bwctl-1.5.4.tar.gz
\ No newline at end of file |