# Description: a free, open source, and cross-platform media player # URL: http://mpv.io # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: ffmpeg docutils libdvdread libdvdnav lua51 name=mpv version=0.29.1 release=1 source=(https://github.com/$name-player/$name/archive/v$version.tar.gz) build () { cd $name-$version ./bootstrap.py ./waf configure --prefix=/usr \ --mandir=/usr/share/man ./waf build ./waf install --destdir=$PKG rm -rf $PKG/usr/share/doc }