contrib/mpv/Pkgfile
Maximilian Dietrich b566031259 mpv: 0.8.3 -> 0.9.0
2015-04-25 20:11:14 +02:00

24 lines
529 B
Plaintext

# Description: General Purpose video player based on MPlayer and mplayer2
# URL: http://mpv.io
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: ffmpeg docutils
# Nice to have: libquvi libdvdread libdvdnav
name=mpv
version=0.9.0
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/man \
./waf build
./waf install --destdir=$PKG
rm -rf $PKG/usr/share/doc
}