homebrew-core/Formula/wwwoffle.rb
Jack Nagel 0c89a5c8dd Remove redundant versions and update version tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 15:18:56 -05:00

12 lines
314 B
Ruby

require 'formula'
class Wwwoffle < Formula
homepage 'http://www.gedanken.demon.co.uk/wwwoffle/'
url 'http://www.gedanken.demon.co.uk/download-wwwoffle/wwwoffle-2.9h.tgz'
md5 'a1c93ad6aa4a5095f19ca9fc6b1a7227'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end