aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorchexov2010-03-16 17:27:53 +0200
committerDavid Höppner2010-03-16 18:53:02 +0100
commit7c4a2249c8b13bfb27381d2e1257a335ea93c90a (patch)
tree9a038111a32f33dba12a6d9fc54b41f4beb3a1ab /Library/Formula
parent02345c181a40a630bc76ee4dcbe6b0724ea66f7c (diff)
downloadhomebrew-7c4a2249c8b13bfb27381d2e1257a335ea93c90a.tar.bz2
New Formula: clusterit
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clusterit.rb27
1 files changed, 27 insertions, 0 deletions
diff --git a/Library/Formula/clusterit.rb b/Library/Formula/clusterit.rb
new file mode 100644
index 000000000..139ec6bdd
--- /dev/null
+++ b/Library/Formula/clusterit.rb
@@ -0,0 +1,27 @@
+require 'formula'
+
+class Clusterit <Formula
+ url 'http://downloads.sourceforge.net/project/clusterit/clusterit/clusterit-2.5/clusterit-2.5.tar.gz'
+ homepage 'http://www.garbled.net/clusterit.html'
+ md5 'f0e772e07122e388de629fb57f7237ab'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+
+ def patches
+ DATA
+ end
+end
+
+__END__
+diff --git a/Makefile.am b/Makefile.am
+index 63f334e..a7ee923 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,2 +1,2 @@
+ #SUBDIRS = dsh html pcp rvt barrier common dvt jsd regress tools catman
+-SUBDIRS = barrier dsh dvt jsd pcp rvt dtop tools
++SUBDIRS = barrier dsh jsd pcp dtop tools
+