import 'compile/waf' name=mpv version=0.27.0 update_url="https://github.com/mpv-player/$name/releases" update_names="/archive/v$version.tar.gz" dlextract "https://github.com/mpv-player/$name/archive/v$version/$name-$version.tar.gz" \ 'ec86f42b091d891f9a932de0f6e873ad' _ cd "$name-$version" compile_waf -- \ --confdir="/$dir_prefix/$dir_sysconf" \ --incdir="/$dir_prefix/$dir_include" \ --datadir="/$dir_prefix/$dir_data" \ --mandir="/$dir_prefix/$dir_man" \ --docdir="/$dir_prefix/$dir_doc/$name" \ --enable-zsh-comp # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: