diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/thrift.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 4820f44c1..5d351d3b2 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -7,12 +7,15 @@ require 'formula' class Thrift <Formula homepage 'http://incubator.apache.org/thrift/' head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk' + version '0.2.0' + url 'http://apache.dataphone.se/incubator/thrift/0.2.0-incubating/thrift-0.2.0-incubating.tar.gz' + md5 '9958c57c402c02171ba0bcc96183505c' depends_on 'boost' def install FileUtils.cp "/usr/X11/share/aclocal/pkg.m4", "aclocal" - system "./bootstrap.sh" + system "./bootstrap.sh" if version == 'HEAD' system "./configure","--disable-debug","--without-java", "--prefix=#{prefix}","--libdir=#{lib}", # rationale: this can be installed with easy_install |
