2010-05-25 19:33:37 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Bcpp < Formula
|
2010-05-25 19:33:37 +00:00
|
|
|
homepage 'http://invisible-island.net/bcpp/'
|
2013-01-27 01:47:22 +00:00
|
|
|
url 'ftp://invisible-island.net/bcpp/bcpp-20090630.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'f8ce9736fa2775e8c15b7fcbfee156103d90ece8'
|
2010-05-25 19:33:37 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|