summaryrefslogtreecommitdiff
path: root/homebrew/aggregate/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/aggregate/.beer')
-rw-r--r--homebrew/aggregate/.beer29
1 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/aggregate/.beer b/homebrew/aggregate/.beer
new file mode 100644
index 000000000..ef9b0d98f
--- /dev/null
+++ b/homebrew/aggregate/.beer
@@ -0,0 +1,29 @@
+{
+ "name": "Aggregate",
+ "description": "Optimizes lists of prefixes to reduce list lengths",
+ "url": "https://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://web.archive.org/web/20160716192438/freecode.com/projects/aggregate/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "crush-tools",
+ "reason": "both install an `aggregate` binary"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "bin.mkpath",
+ "man1.mkpath",
+ "inreplace \"Makefile.in\", \"$(prefix)/man/man1\", \"$(prefix)/share/man/man1\"",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"CFLAGS=#{ENV.cflags}\",",
+ "\"LDFLAGS=#{ENV.ldflags}\",",
+ "\"install\""
+ ],
+ "version": "1.6",
+ "file": "aggregate.rb"
+} \ No newline at end of file