homebrew-core/Formula/swfmill.rb
okonomi a617ae70ec updated swfmill to 0.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-20 08:47:58 -08:00

14 lines
307 B
Ruby

require 'formula'
class Swfmill <Formula
url 'http://swfmill.org/releases/swfmill-0.3.1.tar.gz'
homepage 'http://swfmill.org'
md5 '63c0b16eab55c385a47afe3ec5b917b9'
depends_on 'pkg-config' => :build
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end