aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 18:35:47 -0800
committerAdam Vandenberg2012-03-10 18:35:47 -0800
commit44f1b7702a25033572b56300ba190531fed0dfcb (patch)
tree4d1d470cd6c718c5970aed75d29a27302fbd9320 /Library/Formula
parent917724a1b6dd50b6d45466f8fad9b3c063681d62 (diff)
downloadhomebrew-44f1b7702a25033572b56300ba190531fed0dfcb.tar.bz2
clusterit: use X11 and remove patch
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/clusterit.rb19
1 files changed, 2 insertions, 17 deletions
diff --git a/Library/Formula/clusterit.rb b/Library/Formula/clusterit.rb
index aa1503a61..a7d4cbf65 100644
--- a/Library/Formula/clusterit.rb
+++ b/Library/Formula/clusterit.rb
@@ -1,29 +1,14 @@
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'
+ url 'http://downloads.sourceforge.net/project/clusterit/clusterit/clusterit-2.5/clusterit-2.5.tar.gz'
md5 'f0e772e07122e388de629fb57f7237ab'
- def patches
- DATA
- end
-
def install
+ ENV.x11
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
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
-