2011-07-16 05:12:08 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Concurrencykit < Formula
|
2011-12-17 22:15:23 +00:00
|
|
|
url 'http://concurrencykit.org/releases/ck-0.1.4.tar.gz'
|
2011-07-16 05:12:08 +00:00
|
|
|
homepage 'http://concurrencykit.org'
|
2011-12-17 22:15:23 +00:00
|
|
|
md5 '11f6f2145d12c48fd17845b39f492ceb'
|
2011-07-16 05:12:08 +00:00
|
|
|
head 'git://git.concurrencykit.org/ck.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|