homebrew-core/Formula/remind.rb
Martin Kühl 920933b64f Updated formula: remind 03.01.09.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16 08:41:05 -07:00

13 lines
393 B
Ruby

require 'formula'
class Remind <Formula
url 'http://www.roaringpenguin.com/files/download/remind-03.01.09.tar.gz'
homepage 'http://www.roaringpenguin.com/products/remind'
md5 '261a5fb774a1d671cc71e36fd0ea02b3'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end