class Rrdtool < Formula desc "Round Robin Database" homepage "https://oss.oetiker.ch/rrdtool/index.en.html" url "https://github.com/oetiker/rrdtool-1.x/releases/download/v1.7.0/rrdtool-1.7.0.tar.gz" sha256 "f97d348935b91780f2cd80399719e20c0b91f0a23537c0a85f9ff306d4c5526b" revision 1 bottle do sha256 "d847a62550c40b4b25a92fd1f6c4f4a18ac43390e12d27b136200a0609b83170" => :high_sierra sha256 "c9baca61d56b91573699e3f69b49964286535bc2b7603f0b0eac1a4bb02aad57" => :sierra sha256 "56c75e78c96c473f2872a414187cf4c5d88465854322a80bed8905952a5c7779" => :el_capitan end head do url "https://github.com/oetiker/rrdtool-1.x.git" depends_on "automake" => :build depends_on "autoconf" => :build depends_on "libtool" => :build end depends_on "pkg-config" => :build depends_on "glib" depends_on "pango" depends_on "lua" => :optional # Ha-ha, but sleeping is annoying when running configure a lot patch :DATA def install # fatal error: 'ruby/config.h' file not found ENV.delete("SDKROOT") args = %W[ --disable-dependency-tracking --prefix=#{prefix} --disable-tcl --with-tcllib=/usr/lib --disable-perl-site-install --disable-ruby-site-install ] system "./bootstrap" if build.head? system "./configure", *args # Needed to build proper Ruby bundle ENV["ARCHFLAGS"] = "-arch #{MacOS.preferred_arch}" system "make", "CC=#{ENV.cc}", "CXX=#{ENV.cxx}", "install" prefix.install "bindings/ruby/test.rb" end test do system "#{bin}/rrdtool", "create", "temperature.rrd", "--step", "300", "DS:temp:GAUGE:600:-273:5000", "RRA:AVERAGE:0.5:1:1200", "RRA:MIN:0.5:12:2400", "RRA:MAX:0.5:12:2400", "RRA:AVERAGE:0.5:12:2400" system "#{bin}/rrdtool", "dump", "temperature.rrd" end end __END__ diff --git a/configure b/configure index 266754d..d21ab33 100755 --- a/configure +++ b/configure @@ -23868,18 +23868,6 @@ $as_echo_n "checking in... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 $as_echo "and out again" >&6; } -echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 -echo $ECHO_N ".$ECHO_C" 1>&6 -sleep 1 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5 -$as_echo " just kidding ;-)" >&6; } echo echo "----------------------------------------------------------------" echo "Config is DONE!"