diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/znc.rb | 9 |
1 files changed, 2 insertions, 7 deletions
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' |
