2011-03-07 23:07:24 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Balance < Formula
|
2011-03-07 23:07:24 +00:00
|
|
|
url 'http://www.inlab.de/balance-3.54.tar.gz'
|
|
|
|
homepage 'http://www.inlab.de/balance.html'
|
|
|
|
md5 '99854615cc58ceb2c5bbf29e35d18018'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
|
|
|
|
bin.install "balance"
|
|
|
|
man1.install "balance.1"
|
|
|
|
end
|
|
|
|
end
|