aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTheo2009-12-18 21:07:06 +0100
committerTheo2009-12-18 21:07:06 +0100
commite5869fe8e1ded2409431ec96a6ba69252215de13 (patch)
tree130374b37c700ac9194486289c9465f78a178dc6 /Library
parentbcf03e13262f9e16817a8ee31989a45f86236ab6 (diff)
downloadhomebrew-e5869fe8e1ded2409431ec96a6ba69252215de13.tar.bz2
Hadoop formula
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hadoop.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
new file mode 100644
index 000000000..b4fadd24d
--- /dev/null
+++ b/Library/Formula/hadoop.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Hadoop < Formula
+ url 'http://apache.dataphone.se/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz'
+ homepage 'http://hadoop.apache.org/common/'
+ md5 '719e169b7760c168441b49f405855b72'
+
+ def install
+ prefix.install %w[bin conf contrib lib]
+ FileUtils.rm_f Dir["#{bin}/*.bat"]
+ end
+
+end