aggregate version 1.6 for OS X
The formula for aggregate was recently updated to version 1.6.
To install aggregate on your Mac, open your Terminal application and run the following commands;
brew update brew install aggregate
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
require 'formula' class Aggregate < Formula url 'ftp://ftp.isc.org/isc/aggregate/aggregate-1.6.tar.gz' homepage 'http://freshmeat.net/projects/aggregate/' md5 '6fcc515388bf2c5b0c8f9f733bfee7e1' def install inreplace "Makefile.in" do |s| s.change_make_var! "CFLAGS", "@CFLAGS@" s.change_make_var! "LDFLAGS", "" s.gsub! "$(prefix)/man/man1", "$(prefix)/share/man/man1" end system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" bin.mkpath man1.mkpath system "make install" end end |
Currently aggregate has no dependencies in homebrew.
-
diana2345d likes this
-
homebrewupdates posted this
Short URL for this post: http://tmblr.co/ZwoByw90Dpjk