From dde5d694205fffb74403fce7ace8534bad5d17df Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 7 Aug 2013 10:20:17 -0700 Subject: znc: remove skip_clean --- Library/Formula/znc.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 944d69b30..b956ff364 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -2,10 +2,11 @@ require 'formula' class Znc < Formula homepage 'http://wiki.znc.in/ZNC' + head 'https://github.com/znc/znc.git' url 'http://znc.in/releases/archive/znc-1.0.tar.gz' sha1 '50e6e3aacb67cf0a63d77f5031d4b75264cee294' - head 'https://github.com/znc/znc.git' + option 'enable-debug', "Compile ZNC with --enable-debug" if build.head? depends_on :automake @@ -14,12 +15,6 @@ class Znc < Formula depends_on 'pkg-config' => :build - skip_clean 'bin/znc' - skip_clean 'bin/znc-config' - skip_clean 'bin/znc-buildmod' - - option 'enable-debug', "Compile ZNC with --enable-debug" - def install args = ["--prefix=#{prefix}"] args << "--enable-debug" if build.include? 'enable-debug' -- cgit v1.2.3