2010-03-14 12:24:37 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Qca < Formula
|
2010-03-14 12:24:37 +00:00
|
|
|
url 'http://delta.affinix.com/download/qca/2.0/qca-2.0.2.tar.bz2'
|
|
|
|
homepage 'http://delta.affinix.com/qca/'
|
|
|
|
md5 '27ebdfbd9869d90dae078a6decd029f4'
|
|
|
|
|
|
|
|
depends_on 'qt'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|