Add swfmill formulla

master
Jean-Sébastien Ney 2009-11-12 18:46:35 +01:00 committed by Max Howell
parent b3900f37dd
commit acce27e5e1
1 changed files with 12 additions and 0 deletions

12
Formula/swfmill.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Swfmill <Formula
url 'http://swfmill.org/releases/swfmill-0.2.12.tar.gz'
homepage 'http://swfmill.org'
md5 '88a634cad4d8d025c84c6e8916a8b1c4'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end