New Formula: clusterit
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
80a784691b
commit
905b92a9aa
1 changed files with 27 additions and 0 deletions
27
Formula/clusterit.rb
Normal file
27
Formula/clusterit.rb
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue