2010-01-26 19:02:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Bvi < Formula
|
2010-09-09 21:25:57 +00:00
|
|
|
url 'http://downloads.sourceforge.net/bvi/bvi-1.3.2.src.tar.gz'
|
2010-01-26 19:02:51 +00:00
|
|
|
homepage 'http://bvi.sourceforge.net'
|
|
|
|
md5 '4257305ffb27177a6d5208b2df4ca92d'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|