qca 2.0.3
Upgrade qca to version 2.0.3. Add `--disable-tests` to stop building the unittests and examples. Tested on Lion with clang and llvm from XCode-4.3.3. Closes Homebrew/homebrew#12908. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0ce2e27d94
commit
ae606aff4f
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Qca < Formula
|
||||
url 'http://delta.affinix.com/download/qca/2.0/qca-2.0.2.tar.bz2'
|
||||
homepage 'http://delta.affinix.com/qca/'
|
||||
md5 '27ebdfbd9869d90dae078a6decd029f4'
|
||||
url 'http://delta.affinix.com/download/qca/2.0/qca-2.0.3.tar.bz2'
|
||||
sha1 '9c868b05b81dce172c41b813de4de68554154c60'
|
||||
|
||||
depends_on 'qt'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-tests"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue