2010-11-12 11:22:59 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Flvtoolxx < Formula
|
2010-11-12 11:22:59 +00:00
|
|
|
url 'http://mirror.facebook.net/facebook/flvtool++/flvtool++-1.2.1.tar.gz'
|
|
|
|
homepage 'http://developers.facebook.com/opensource/'
|
|
|
|
md5 'a8c4c578b4c6741a94ca6eb197a01fe1'
|
|
|
|
|
|
|
|
depends_on 'scons' => :build
|
|
|
|
depends_on 'boost'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system 'scons'
|
|
|
|
bin.install 'flvtool++'
|
|
|
|
end
|
2011-03-10 05:11:03 +00:00
|
|
|
end
|