aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/thrift.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/thrift.rb')
-rw-r--r--Library/Formula/thrift.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index c0cbe7476..45a32945d 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -1,18 +1,14 @@
require 'formula'
-# TODO Fix java support anyone?
-#
-#
-
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'
+ version '0.2.0'
md5 '9958c57c402c02171ba0bcc96183505c'
+ head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk'
depends_on 'boost'
-
+
def install
cp "/usr/X11/share/aclocal/pkg.m4", "aclocal"
system "./bootstrap.sh" if version == 'HEAD'