2010-11-06 05:08:34 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Dialog <Formula
|
|
|
|
url 'ftp://invisible-island.net/dialog/dialog.tar.gz'
|
|
|
|
homepage 'http://invisible-island.net/dialog/'
|
2011-01-28 20:31:15 +00:00
|
|
|
md5 '07d6ab77bd8c12c3def07ed72a706194'
|
|
|
|
version '1.1.20110118'
|
2010-11-06 05:08:34 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}", "--mandir=#{man}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|