def dependencies(target, options): return [('ffmpeg-cdist', None)] def build(target, options): target.command('./waf configure --prefix=%s' % target.directory) target.command('./waf') target.command('./waf install')