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/"
|
2014-09-22 05:21:18 +00:00
|
|
|
version "2.3"
|
2012-11-08 07:51:47 +00:00
|
|
|
|
2012-07-24 15:53:41 +00:00
|
|
|
def install
|
2014-09-22 05:21:18 +00:00
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
2012-07-24 15:53:41 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|