homebrew-core/Formula/cksfv.rb

13 lines
299 B
Ruby
Raw Normal View History

require 'formula'
2009-09-21 16:17:56 +00:00
class Cksfv <Formula
@url='http://zakalwe.fi/~shd/foss/cksfv/files/cksfv-1.3.14.tar.bz2'
@homepage='http://zakalwe.fi/~shd/foss/cksfv/'
@md5='138bff42ab23fbba8cca0ae14b2d9e52'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end