require 'formula' class Znc < Formula url 'http://znc.in/releases/archive/znc-0.202.tar.gz' md5 '3c6ff4620e139e3d9745cd53111bab20' homepage 'http://en.znc.in/wiki/ZNC' head 'https://github.com/znc/znc.git' depends_on 'pkg-config' => :build depends_on 'c-ares' => :optional skip_clean 'bin/znc' skip_clean 'bin/znc-config' skip_clean 'bin/znc-buildmod' def options [['--enable-debug', "Compile ZNC with --enable-debug"]] end def install if ARGV.build_head? ENV['ACLOCAL_FLAGS'] = "--acdir=#{HOMEBREW_PREFIX}/share/aclocal" system "./autogen.sh" end args = ["--prefix=#{prefix}", "--enable-extra"] args << "--enable-debug" if ARGV.include? '--enable-debug' system "./configure", *args system "make install" end end );'> :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pbzip2.rb
AgeCommit message (Expand)Author
2011-05-06pbzip2 1.1.4Romain Muller
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg