2012-03-28 09:35:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Blazeblogger < Formula
|
|
|
|
homepage 'http://blaze.blackened.cz/'
|
2014-03-05 07:22:08 +00:00
|
|
|
url 'https://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz'
|
2012-03-28 09:35:42 +00:00
|
|
|
sha1 '280894fca6594d0c0df925aa0a16b9116ee19f17'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}",
|
|
|
|
"compdir=#{prefix}",
|
|
|
|
"install"
|
|
|
|
end
|
|
|
|
end
|