2014-05-19 15:04:58 +00:00
|
|
|
require "formula"
|
2012-07-24 15:53:41 +00:00
|
|
|
|
|
|
|
class Ctemplate < Formula
|
2014-05-19 15:04:58 +00:00
|
|
|
homepage "https://ctemplate.googlecode.com/"
|
|
|
|
head "http://ctemplate.googlecode.com/svn/trunk/"
|
|
|
|
url "http://ctemplate.googlecode.com/svn/tags/ctemplate-2.3/"
|
2012-07-24 15:53:41 +00:00
|
|
|
|
2012-11-08 07:51:47 +00:00
|
|
|
|
2012-07-24 15:53:41 +00:00
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
|
|
|
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|