aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-07 10:20:17 -0700
committerAdam Vandenberg2013-08-07 10:20:17 -0700
commitdde5d694205fffb74403fce7ace8534bad5d17df (patch)
tree911daf9a13211ed273644733673b186f14227300 /Library
parenta55957a2076c7cfecbb06cafdb0aca503c20c08d (diff)
downloadhomebrew-dde5d694205fffb74403fce7ace8534bad5d17df.tar.bz2
znc: remove skip_clean
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/znc.rb9
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'